Searched refs:hw_idx (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.h294 u16 (*hw_idx)(u16); member in struct:cnic_local
H A Dcnic.c2154 hw_prod = cp->hw_idx(hw_prod);
4526 cp->hw_idx = cnic_bnx2_hw_idx;
4581 cp->hw_idx = cnic_bnx2x_hw_idx;
H A Dtg3.c4376 u32 hw_idx = tnapi->hw_status->idx[0].tx_consumer; local
4386 while (sw_idx != hw_idx) {
4407 if (unlikely(ri->skb != NULL || sw_idx == hw_idx))
4603 u16 hw_idx; local
4607 hw_idx = *(tnapi->rx_rcb_prod_idx);
4609 * We need to order the read of hw_idx and the read of
4617 while (sw_idx != hw_idx && budget > 0) {
4758 /* Refresh hw_idx to see if there is new work */
4759 if (sw_idx == hw_idx) {
4760 hw_idx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.h618 u16 hw_idx; /* hardware index */ member in struct:atl1_tpd_ring

Completed in 103 milliseconds