Home
last modified time | relevance | path

Searched refs:is_gem (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dhw_ops.h170 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 Dtx.c189 u8 hlid, bool is_gem) in wl1271_tx_allocate() argument
200 spare_blocks = wlcore_hw_get_spare_blocks(wl, is_gem); in wl1271_tx_allocate()
365 bool is_gem = false; in wl1271_prepare_tx_frame() local
401 is_gem = (cipher == WL1271_CIPHER_SUITE_GEM); in wl1271_prepare_tx_frame()
405 is_gem); in wl1271_prepare_tx_frame()
H A Dwlcore.h89 int (*get_spare_blocks)(struct wl1271 *wl, bool is_gem);