Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/enetc/
HDenetc.h50 union enetc_tx_bd *ring;
HDenetc_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()
HDif_enetc.c419 scctx->isc_txqsizes[0] = scctx->isc_ntxd[0] * sizeof(union enetc_tx_bd); in enetc_attach_pre()
421 scctx->isc_txd_size[0] = sizeof(union enetc_tx_bd); in enetc_attach_pre()
501 queue->ring = (union enetc_tx_bd*)(vaddrs[i]); in enetc_tx_queues_alloc()
1097 union enetc_tx_bd *desc; in enetc_isc_txd_encap()