Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/
Dwl3501_cs.c293 static u16 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len) in wl3501_get_tx_buffer() function
371 u16 ptr = wl3501_get_tx_buffer(this, sig_size); in wl3501_esbq_exec()
393 u16 ptr = wl3501_get_tx_buffer(this, sizeof(sig)); in wl3501_get_mib_value()
425 u16 ptr = wl3501_get_tx_buffer(this, sizeof(sig)); in wl3501_pwr_mgmt()
464 sig_bf = wl3501_get_tx_buffer(this, sizeof(sig)); in wl3501_send_pkt()
468 bf = wl3501_get_tx_buffer(this, len + 26 + 24); in wl3501_send_pkt()