Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c296 static u16 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len) in wl3501_get_tx_buffer() function
374 u16 ptr = wl3501_get_tx_buffer(this, sig_size); in wl3501_esbq_exec()
395 u16 ptr = wl3501_get_tx_buffer(this, sizeof(sig)); in wl3501_request_mib()
439 u16 ptr = wl3501_get_tx_buffer(this, sizeof(sig)); in wl3501_pwr_mgmt()
477 sig_bf = wl3501_get_tx_buffer(this, sizeof(sig)); in wl3501_send_pkt()
481 bf = wl3501_get_tx_buffer(this, len + 26 + 24); in wl3501_send_pkt()