Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Diflib.h208 uint8_t isc_txd_size[8]; member
Diflib.c5959 txq->ift_txd_size[j] = scctx->isc_txd_size[j]; in iflib_queues_alloc()
/freebsd-12-stable/sys/dev/e1000/
Dif_em.c873 scctx->isc_txd_size[0] = sizeof(union e1000_adv_tx_desc); in em_if_attach_pre()
895 scctx->isc_txd_size[0] = sizeof(struct e1000_tx_desc); in em_if_attach_pre()
933 scctx->isc_txd_size[0] = sizeof(struct e1000_tx_desc); in em_if_attach_pre()
/freebsd-12-stable/sys/dev/igc/
Dif_igc.c513 scctx->isc_txd_size[0] = sizeof(union igc_adv_tx_desc); in igc_if_attach_pre()