Searched refs:BNXT_MAX_TX_TS (Results 1 – 2 of 2) sorted by relevance
89 #define BNXT_MAX_TX_TS 4 macro90 #define NEXT_TXTS(idx) (((idx) + 1) & (BNXT_MAX_TX_TS - 1))118 struct bnxt_ptp_tx_req txts_req[BNXT_MAX_TX_TS];
760 num_requests = BNXT_MAX_TX_TS - READ_ONCE(ptp->tx_avail); in bnxt_ptp_ts_aux_work()804 ptp->tx_avail = BNXT_MAX_TX_TS; in bnxt_ptp_free_txts_skbs()1121 WRITE_ONCE(ptp->tx_avail, BNXT_MAX_TX_TS); in bnxt_ptp_init()