Searched refs:BNXT_MAX_TX_TS (Results 1 – 3 of 3) sorted by relevance
88 #define BNXT_MAX_TX_TS 4 macro89 #define NEXT_TXTS(idx) (((idx) + 1) & (BNXT_MAX_TX_TS - 1))116 struct bnxt_ptp_tx_req txts_req[BNXT_MAX_TX_TS];
746 num_requests = BNXT_MAX_TX_TS - READ_ONCE(ptp->tx_avail); in bnxt_ptp_ts_aux_work()1044 WRITE_ONCE(ptp->tx_avail, BNXT_MAX_TX_TS); in bnxt_ptp_init()1110 for (i = 0; i < BNXT_MAX_TX_TS; i++) { in bnxt_ptp_clear()
12165 WRITE_ONCE(bp->ptp_cfg->tx_avail, BNXT_MAX_TX_TS); in __bnxt_open_nic()