Searched refs:txts_req (Results 1 – 2 of 2) sorted by relevance
161 struct bnxt_ptp_tx_req *txts_req = &bp->ptp_cfg->txts_req[slot]; in bnxt_hwrm_port_ts_query() local165 req->ptp_seq_id = cpu_to_le32(txts_req->tx_seqid); in bnxt_hwrm_port_ts_query()166 req->ptp_hdr_offset = cpu_to_le16(txts_req->tx_hdr_off); in bnxt_hwrm_port_ts_query()696 struct bnxt_ptp_tx_req *txts_req; in bnxt_stamp_tx_skb() local702 txts_req = &ptp->txts_req[slot]; in bnxt_stamp_tx_skb()705 if (!time_after_eq(now, txts_req->abs_txts_tmo)) in bnxt_stamp_tx_skb()706 tmo = jiffies_to_msecs(txts_req->abs_txts_tmo - now); in bnxt_stamp_tx_skb()713 skb_tstamp_tx(txts_req->tx_skb, ×tamp); in bnxt_stamp_tx_skb()716 if (!time_after_eq(jiffies, txts_req->abs_txts_tmo)) in bnxt_stamp_tx_skb()724 dev_kfree_skb_any(txts_req->tx_skb); in bnxt_stamp_tx_skb()[all …]
566 ptp->txts_req[txts_prod].tx_seqid = seq_id; in bnxt_start_xmit()567 ptp->txts_req[txts_prod].tx_hdr_off = hdr_off; in bnxt_start_xmit()803 ptp->txts_req[txts_prod].tx_skb = ERR_PTR(-EIO); in bnxt_start_xmit()