Home
last modified time | relevance | path

Searched refs:enetc_tx_bd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/enetc/
H A Denetc.h49 union enetc_tx_bd *ring;
H A Denetc_hw.h348 union enetc_tx_bd { union
391 static inline void enetc_clear_tx_bd(union enetc_tx_bd *txbd) in enetc_clear_tx_bd()
H A Dif_enetc.c418 scctx->isc_txqsizes[0] = scctx->isc_ntxd[0] * sizeof(union enetc_tx_bd); in enetc_attach_pre()
420 scctx->isc_txd_size[0] = sizeof(union enetc_tx_bd); in enetc_attach_pre()
500 queue->ring = (union enetc_tx_bd*)(vaddrs[i]); in enetc_tx_queues_alloc()
1096 union enetc_tx_bd *desc; in enetc_isc_txd_encap()