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()715 struct bnxt_ptp_tx_req *txts_req; in bnxt_stamp_tx_skb() local721 txts_req = &ptp->txts_req[slot]; in bnxt_stamp_tx_skb()724 if (!time_after_eq(now, txts_req->abs_txts_tmo)) in bnxt_stamp_tx_skb()725 tmo = jiffies_to_msecs(txts_req->abs_txts_tmo - now); in bnxt_stamp_tx_skb()732 skb_tstamp_tx(txts_req->tx_skb, ×tamp); in bnxt_stamp_tx_skb()735 if (!time_after_eq(jiffies, txts_req->abs_txts_tmo)) in bnxt_stamp_tx_skb()743 dev_kfree_skb_any(txts_req->tx_skb); in bnxt_stamp_tx_skb()[all …]
559 ptp->txts_req[txts_prod].tx_seqid = seq_id; in bnxt_start_xmit()560 ptp->txts_req[txts_prod].tx_hdr_off = hdr_off; in bnxt_start_xmit()799 ptp->txts_req[txts_prod].tx_skb = ERR_PTR(-EIO); in bnxt_start_xmit()