tx_buffer_area    970 dev/pci/if_em.c 	tx_buffer = &sc->tx_buffer_area[first];
tx_buffer_area   1012 dev/pci/if_em.c 				tx_buffer = &sc->tx_buffer_area[i];
tx_buffer_area   1029 dev/pci/if_em.c 			tx_buffer = &sc->tx_buffer_area[i];
tx_buffer_area   1069 dev/pci/if_em.c 	tx_buffer = &sc->tx_buffer_area[first];
tx_buffer_area   1844 dev/pci/if_em.c 	if (!(sc->tx_buffer_area =
tx_buffer_area   1853 dev/pci/if_em.c 	bzero(sc->tx_buffer_area,
tx_buffer_area   1878 dev/pci/if_em.c 	tx_buffer = sc->tx_buffer_area;
tx_buffer_area   1997 dev/pci/if_em.c 	if (sc->tx_buffer_area != NULL) {
tx_buffer_area   1998 dev/pci/if_em.c 		tx_buffer = sc->tx_buffer_area;
tx_buffer_area   2019 dev/pci/if_em.c 	if (sc->tx_buffer_area != NULL) {
tx_buffer_area   2020 dev/pci/if_em.c 		free(sc->tx_buffer_area, M_DEVBUF);
tx_buffer_area   2021 dev/pci/if_em.c 		sc->tx_buffer_area = NULL;
tx_buffer_area   2073 dev/pci/if_em.c 	tx_buffer = &sc->tx_buffer_area[curr_txd];
tx_buffer_area   2131 dev/pci/if_em.c 	tx_buffer = &sc->tx_buffer_area[first];
tx_buffer_area   2172 dev/pci/if_em.c 			tx_buffer = &sc->tx_buffer_area[first];
tx_buffer_area    367 dev/pci/if_em.h 	struct em_buffer	*tx_buffer_area;
tx_buffer_area    679 dev/pci/if_ixgb.c 	tx_buffer = &sc->tx_buffer_area[sc->next_avail_tx_desc];
tx_buffer_area    701 dev/pci/if_ixgb.c 		tx_buffer = &sc->tx_buffer_area[i];
tx_buffer_area   1157 dev/pci/if_ixgb.c 	if (!(sc->tx_buffer_area =
tx_buffer_area   1165 dev/pci/if_ixgb.c 	bzero(sc->tx_buffer_area,
tx_buffer_area   1190 dev/pci/if_ixgb.c 	tx_buffer = sc->tx_buffer_area;
tx_buffer_area   1275 dev/pci/if_ixgb.c 	if (sc->tx_buffer_area != NULL) {
tx_buffer_area   1276 dev/pci/if_ixgb.c 		tx_buffer = sc->tx_buffer_area;
tx_buffer_area   1298 dev/pci/if_ixgb.c 	if (sc->tx_buffer_area != NULL) {
tx_buffer_area   1299 dev/pci/if_ixgb.c 		free(sc->tx_buffer_area, M_DEVBUF);
tx_buffer_area   1300 dev/pci/if_ixgb.c 		sc->tx_buffer_area = NULL;
tx_buffer_area   1352 dev/pci/if_ixgb.c 	tx_buffer = &sc->tx_buffer_area[curr_txd];
tx_buffer_area   1402 dev/pci/if_ixgb.c 	tx_buffer = &sc->tx_buffer_area[i];
tx_buffer_area   1428 dev/pci/if_ixgb.c 		tx_buffer = &sc->tx_buffer_area[i];
tx_buffer_area    278 dev/pci/if_ixgb.h 	struct ixgb_buffer	*tx_buffer_area;