Searched refs:npsn (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/ofed/libbnxtre/ |
| H A D | verbs.h | 139 static inline uint64_t bnxt_re_update_msn_tbl(uint32_t st_idx, uint32_t npsn, uint32_t start_psn) in bnxt_re_update_msn_tbl() argument 143 (((uint64_t)(npsn) << BNXT_RE_SQ_MSN_SEARCH_NEXT_PSN_SHIFT) & in bnxt_re_update_msn_tbl()
|
| H A D | verbs.c | 1276 uint32_t npsn; in bnxt_re_get_sqmem_size() local 1292 npsn = bnxt_re_get_npsn(mode, nswr, nslots); in bnxt_re_get_sqmem_size() 1294 npsn = roundup_pow_of_two(npsn); in bnxt_re_get_sqmem_size() 1305 bytes += npsn * bnxt_re_get_psne_size(cntx); /* psn */ in bnxt_re_get_sqmem_size() 1925 uint32_t npsn = 0, start_psn = 0, next_psn = 0; in bnxt_re_fill_psns_for_msntbl() local 1945 npsn = next_psn; in bnxt_re_fill_psns_for_msntbl() 1948 bnxt_re_update_msn_tbl(st_idx, npsn, start_psn); in bnxt_re_fill_psns_for_msntbl()
|
| /src/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_fp.h | 629 static inline uint64_t bnxt_re_update_msn_tbl(uint32_t st_idx, uint32_t npsn, uint32_t start_psn) in bnxt_re_update_msn_tbl() argument 633 (((u64)(npsn) << SQ_MSN_SEARCH_NEXT_PSN_SFT) & in bnxt_re_update_msn_tbl()
|