Searched refs:txts_req (Results 1 – 1 of 1) 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()699 struct bnxt_ptp_tx_req *txts_req; in bnxt_stamp_tx_skb() local705 txts_req = &ptp->txts_req[slot]; in bnxt_stamp_tx_skb()708 if (!time_after_eq(now, txts_req->abs_txts_tmo)) in bnxt_stamp_tx_skb()709 tmo = jiffies_to_msecs(txts_req->abs_txts_tmo - now); in bnxt_stamp_tx_skb()716 skb_tstamp_tx(txts_req->tx_skb, ×tamp); in bnxt_stamp_tx_skb()719 if (!time_after_eq(jiffies, txts_req->abs_txts_tmo)) in bnxt_stamp_tx_skb()727 dev_kfree_skb_any(txts_req->tx_skb); in bnxt_stamp_tx_skb()[all …]