Home
last modified time | relevance | path

Searched refs:isc_txd_size (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/net/
HDiflib.h208 uint8_t isc_txd_size[8]; member
HDiflib.c6117 txq->ift_txd_size[j] = scctx->isc_txd_size[j]; in iflib_queues_alloc()
/freebsd-13-stable/sys/dev/e1000/
HDif_em.c1050 scctx->isc_txd_size[0] = sizeof(union e1000_adv_tx_desc); in em_if_attach_pre()
1072 scctx->isc_txd_size[0] = sizeof(struct e1000_tx_desc); in em_if_attach_pre()
1108 scctx->isc_txd_size[0] = sizeof(struct e1000_tx_desc); in em_if_attach_pre()
/freebsd-13-stable/sys/dev/axgbe/
HDif_axgbe_pci.c670 scctx->isc_txd_size[i] = sizeof(struct xgbe_ring_desc); in axgbe_init_iflib_softc_ctx()
/freebsd-13-stable/sys/dev/igc/
HDif_igc.c562 scctx->isc_txd_size[0] = sizeof(union igc_adv_tx_desc); in igc_if_attach_pre()