Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h174 u32 next_psn; member
H A Dqplib_fp.c1731 u32 start_psn, next_psn; in bnxt_qplib_fill_msn_search() local
1738 next_psn = swq->next_psn; in bnxt_qplib_fill_msn_search()
1741 bnxt_re_update_msn_tbl(start_idx, next_psn, start_psn); in bnxt_qplib_fill_msn_search()
1778 flg_npsn = ((swq->next_psn << SQ_PSN_SEARCH_NEXT_PSN_SFT) & in bnxt_qplib_fill_psn_search()
2246 swq->next_psn = sq->psn & BTH_PSN_MASK; in bnxt_qplib_post_send()