Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c302 if (full_len > this->tx_buffer_cnt * 254) in wl3501_get_tx_buffer()
324 this->tx_buffer_cnt -= blk_cnt; in wl3501_get_tx_buffer()
343 this->tx_buffer_cnt++; in wl3501_free_tx_buffer()
1210 this->tx_buffer_cnt = 1; in wl3501_init_firmware()
1214 this->tx_buffer_cnt++; in wl3501_init_firmware()
1333 if (this->tx_buffer_cnt < 2) in wl3501_hard_start_xmit()
H A Dwl3501.h584 u16 tx_buffer_cnt; member