Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c1610 u32 start_psn, next_psn; in bnxt_qplib_fill_msn_search() local
1617 next_psn = swq->next_psn; in bnxt_qplib_fill_msn_search()
1620 bnxt_re_update_msn_tbl(start_idx, next_psn, start_psn); in bnxt_qplib_fill_msn_search()
1649 flg_npsn = ((swq->next_psn << SQ_PSN_SEARCH_NEXT_PSN_SFT) & in bnxt_qplib_fill_psn_search()
2010 swq->next_psn = sq->psn & BTH_PSN_MASK; in bnxt_qplib_post_send()
H A Dqplib_fp.h123 u32 next_psn; member