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

/drivers/net/wireless/wl1251/
H A Dtx.c32 static bool wl1251_tx_double_buffer_busy(struct wl1251 *wl, u32 data_out_count) argument
38 if (data_in_count < data_out_count)
42 used = data_in_count - data_out_count;
55 u32 status, addr, data_out_count; local
60 data_out_count = status & TX_STATUS_DATA_OUT_COUNT_MASK;
61 busy = wl1251_tx_double_buffer_busy(wl, data_out_count);
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h4565 u16 data_out_count; member in struct:xstorm_iscsi_context_section
4571 u16 data_out_count; member in struct:xstorm_iscsi_context_section
4998 u16 data_out_count; member in struct:iscsi_task_context_entry
5002 u16 data_out_count; member in struct:iscsi_task_context_entry

Completed in 479 milliseconds