Searched refs:is_gem (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | hw_ops.h | 170 wlcore_hw_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wlcore_hw_get_spare_blocks() argument 175 return wl->ops->get_spare_blocks(wl, is_gem); in wlcore_hw_get_spare_blocks()
|
H A D | tx.c | 192 u8 hlid, bool is_gem) in wl1271_tx_allocate() 203 spare_blocks = wlcore_hw_get_spare_blocks(wl, is_gem); in wl1271_tx_allocate() 368 bool is_gem = false; in wl1271_prepare_tx_frame() local 404 is_gem = (cipher == WL1271_CIPHER_SUITE_GEM); in wl1271_prepare_tx_frame() 408 is_gem); in wl1271_prepare_tx_frame() 190 wl1271_tx_allocate(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, u32 extra, u32 buf_offset, u8 hlid, bool is_gem) wl1271_tx_allocate() argument
|
H A D | wlcore.h | 89 int (*get_spare_blocks)(struct wl1271 *wl, bool is_gem);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | hw_ops.h | 170 wlcore_hw_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wlcore_hw_get_spare_blocks() argument 175 return wl->ops->get_spare_blocks(wl, is_gem); in wlcore_hw_get_spare_blocks()
|
H A D | tx.c | 192 u8 hlid, bool is_gem) in wl1271_tx_allocate() 203 spare_blocks = wlcore_hw_get_spare_blocks(wl, is_gem); in wl1271_tx_allocate() 368 bool is_gem = false; in wl1271_prepare_tx_frame() local 404 is_gem = (cipher == WL1271_CIPHER_SUITE_GEM); in wl1271_prepare_tx_frame() 408 is_gem); in wl1271_prepare_tx_frame() 190 wl1271_tx_allocate(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, u32 extra, u32 buf_offset, u8 hlid, bool is_gem) wl1271_tx_allocate() argument
|
H A D | wlcore.h | 89 int (*get_spare_blocks)(struct wl1271 *wl, bool is_gem);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 1632 static int wl12xx_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wl12xx_get_spare_blocks() argument 1634 if (is_gem) in wl12xx_get_spare_blocks()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 1632 static int wl12xx_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wl12xx_get_spare_blocks() argument 1634 if (is_gem) in wl12xx_get_spare_blocks()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 1530 static int wl18xx_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wl18xx_get_spare_blocks() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 1530 static int wl18xx_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wl18xx_get_spare_blocks() argument
|
Completed in 16 milliseconds