Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl1251/
Dtx.c34 int used, data_in_count; in wl1251_tx_double_buffer_busy() local
36 data_in_count = wl->data_in_count; in wl1251_tx_double_buffer_busy()
38 if (data_in_count < data_out_count) in wl1251_tx_double_buffer_busy()
40 data_in_count += TX_STATUS_DATA_OUT_COUNT_MASK + 1; in wl1251_tx_double_buffer_busy()
42 used = data_in_count - data_out_count; in wl1251_tx_double_buffer_busy()
246 if (wl->data_in_count & 0x1) in wl1251_tx_send_packet()
265 if (wl->data_in_count & 0x1) { in wl1251_tx_trigger()
276 wl->data_in_count = (wl->data_in_count + 1) & in wl1251_tx_trigger()
Dwl1251.h305 u32 data_in_count; member
Dmain.c493 wl->data_in_count = 0; in wl1251_op_stop()
1370 wl->data_in_count = 0; in wl1251_alloc_hw()