Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h991 static inline bool is_bnxt_roce_queue(struct bnxt_re_dev *rdev, u8 ser_prof, u8 prof_type) in is_bnxt_roce_queue() argument
996 return (ser_prof == HWRM_QUEUE_QPORTCFG_OUTPUT_QUEUE_ID0_SERVICE_PROFILE_LOSSLESS_ROCE); in is_bnxt_roce_queue()
999 static inline bool is_bnxt_cnp_queue(struct bnxt_re_dev *rdev, u8 ser_prof, u8 prof_type) in is_bnxt_cnp_queue() argument
1004 return (ser_prof == HWRM_QUEUE_QPORTCFG_OUTPUT_QUEUE_ID0_SERVICE_PROFILE_LOSSY_ROCE_CNP); in is_bnxt_cnp_queue()