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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_tx.c34 static bool wl1251_tx_double_buffer_busy(struct wl1251 *wl, u32 data_out_count) argument
40 if (data_in_count < data_out_count)
44 used = data_in_count - data_out_count;
57 u32 status, addr, data_out_count; local
62 data_out_count = status & TX_STATUS_DATA_OUT_COUNT_MASK;
63 busy = wl1251_tx_double_buffer_busy(wl, data_out_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic_defs.h2112 u16 data_out_count; member in struct:xstorm_iscsi_context_section
2118 u16 data_out_count; member in struct:xstorm_iscsi_context_section

Completed in 78 milliseconds