Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/
Dwl3501_cs.c299 if (full_len > this->tx_buffer_cnt * 254) in wl3501_get_tx_buffer()
321 this->tx_buffer_cnt -= blk_cnt; in wl3501_get_tx_buffer()
340 this->tx_buffer_cnt++; in wl3501_free_tx_buffer()
1194 this->tx_buffer_cnt = 1; in wl3501_init_firmware()
1198 this->tx_buffer_cnt++; in wl3501_init_firmware()
1320 if (this->tx_buffer_cnt < 2) in wl3501_hard_start_xmit()
Dwl3501.h584 u16 tx_buffer_cnt; member