Lines Matching refs:enetc_tx_bd
133 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs()
135 union enetc_tx_bd *txbd; in enetc_map_tx_buffs()
322 union enetc_tx_bd *txbd, int *i, int hdr_len, in enetc_map_tx_tso_hdr()
325 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_hdr()
375 union enetc_tx_bd *txbd, char *data, in enetc_map_tx_tso_data()
378 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_data()
473 union enetc_tx_bd *txbd; in enetc_map_tx_tso_buffs()
730 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp()
817 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_clean_tx_ring()
1230 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_xdp_map_tx_buff()
1268 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_xdp_tx()
1764 err = enetc_dma_alloc_bdr(txr, sizeof(union enetc_tx_bd)); in enetc_alloc_txbdr()
1783 dma_free_coherent(txr->dev, txr->bd_count * sizeof(union enetc_tx_bd), in enetc_alloc_txbdr()
1800 size = txr->bd_count * sizeof(union enetc_tx_bd); in enetc_free_txbdr()