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

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_bcm5700.c420 t3_snd_bd_t *txp_1; /* Send Ring 1 */ member in struct:t3_ether_s
783 txp = &(sc->txp_1[sc->txp_1_index]);
806 txc = &(sc->txp_1[txc_1_index]);
813 if (txc_1_index == 0) txc = sc->txp_1;
1815 WRITEMEM(sc, A_SND_RCB(1)+RCB_HOST_ADDR_LOW, PTR_TO_PCI(sc->txp_1));
2493 if (sc->txp_1 != NULL)
2494 KFREE(sc->txp_1);
2586 sc->txp_1 =
2588 if (sc->rxp_std == NULL || sc->rxr_1 == NULL || sc->txp_1 == NULL) {

Completed in 27 milliseconds