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

/freebsd-13-stable/sys/dev/ixl/
H A Dixl.h346 struct i40e_tx_desc *tx_base;
H A Dixl_txrx.c347 struct i40e_tx_desc *txd = NULL;
442 (sizeof(struct i40e_tx_desc)) *
H A Dif_ixl.c421 * sizeof(struct i40e_tx_desc) + sizeof(u32), DBA_ALIGN);
425 * sizeof(struct i40e_tx_desc), DBA_ALIGN);
1214 txr->tx_base = (struct i40e_tx_desc *)vaddrs[i * ntxqs];
H A Dif_iavf.c454 * sizeof(struct i40e_tx_desc) + sizeof(u32), DBA_ALIGN);
458 * sizeof(struct i40e_tx_desc), DBA_ALIGN);
1023 txr->tx_base = (struct i40e_tx_desc *)vaddrs[i * ntxqs];
H A Diavf_vc.c327 sizeof(struct i40e_tx_desc) * scctx->isc_ntxd[0];
H A Dixl_pf_iflib.c538 (scctx->isc_ntxd[0] * sizeof(struct i40e_tx_desc));
H A Di40e_type.h1132 struct i40e_tx_desc { struct

Completed in 105 milliseconds