Searched refs:data_out_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/ti/wl1251/
H A Dtx.c19 static bool wl1251_tx_double_buffer_busy(struct wl1251 *wl, u32 data_out_count) argument
25 if (data_in_count < data_out_count)
29 used = data_in_count - data_out_count;
42 u32 status, addr, data_out_count; local
47 data_out_count = status & TX_STATUS_DATA_OUT_COUNT_MASK;
48 busy = wl1251_tx_double_buffer_busy(wl, data_out_count);
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h4566 u16 data_out_count; member in struct:xstorm_iscsi_context_section
4572 u16 data_out_count; member in struct:xstorm_iscsi_context_section
4999 u16 data_out_count; member in struct:iscsi_task_context_entry
5003 u16 data_out_count; member in struct:iscsi_task_context_entry

Completed in 194 milliseconds