Home
last modified time | relevance | path

Searched refs:next_psn (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h174 u32 next_psn; member
H A Dqplib_fp.c1741 u32 start_psn, next_psn; in bnxt_qplib_fill_msn_search() local
1748 next_psn = swq->next_psn; in bnxt_qplib_fill_msn_search()
1751 bnxt_re_update_msn_tbl(start_idx, next_psn, start_psn); in bnxt_qplib_fill_msn_search()
1788 flg_npsn = ((swq->next_psn << SQ_PSN_SEARCH_NEXT_PSN_SFT) & in bnxt_qplib_fill_psn_search()
2268 swq->next_psn = sq->psn & BTH_PSN_MASK; in bnxt_qplib_post_send()
/src/contrib/ofed/libbnxtre/
H A Dverbs.c1925 uint32_t npsn = 0, start_psn = 0, next_psn = 0; in bnxt_re_fill_psns_for_msntbl() local
1944 next_psn = qp->sq_psn + pkt_cnt; in bnxt_re_fill_psns_for_msntbl()
1945 npsn = next_psn; in bnxt_re_fill_psns_for_msntbl()
1946 qp->sq_psn = next_psn; in bnxt_re_fill_psns_for_msntbl()