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

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_bcm5700.c422 uint32_t txc_1_index; member in struct:t3_ether_s
780 if (txp_1_next == sc->txc_1_index)
802 uint32_t txc_1_index; local
805 txc_1_index = sc->txc_1_index;
806 txc = &(sc->txp_1[txc_1_index]);
811 txc_1_index = (txc_1_index + 1) & TXP_RING_MASK;
813 if (txc_1_index == 0) txc = sc->txp_1;
814 } while (status->index[RI(1)].send_c != txc_1_index);
[all...]

Completed in 22 milliseconds