Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c161 struct bnxt_ptp_tx_req *txts_req = &bp->ptp_cfg->txts_req[slot]; in bnxt_hwrm_port_ts_query() local
718 struct bnxt_ptp_tx_req *txts_req; in bnxt_stamp_tx_skb() local
724 txts_req = &ptp->txts_req[slot]; in bnxt_stamp_tx_skb()
746 dev_kfree_skb_any(txts_req->tx_skb); in bnxt_stamp_tx_skb()
747 txts_req->tx_skb = NULL; in bnxt_stamp_tx_skb()
767 if (!ptp->txts_req[cons].tx_skb) in bnxt_ptp_ts_aux_work()
799 struct bnxt_ptp_tx_req *txts_req; in bnxt_ptp_free_txts_skbs() local
809 txts_req = &ptp->txts_req[cons]; in bnxt_ptp_free_txts_skbs()
836 struct bnxt_ptp_tx_req *txts_req; in bnxt_get_tx_ts_p5() local
838 txts_req = &ptp->txts_req[prod]; in bnxt_get_tx_ts_p5()
[all …]
H A Dbnxt_ptp.h118 struct bnxt_ptp_tx_req txts_req[BNXT_MAX_TX_TS]; member
H A Dbnxt.c556 ptp->txts_req[txts_prod].tx_seqid = seq_id; in bnxt_start_xmit()
557 ptp->txts_req[txts_prod].tx_hdr_off = hdr_off; in bnxt_start_xmit()
794 ptp->txts_req[txts_prod].tx_skb = ERR_PTR(-EIO); in bnxt_start_xmit()