Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h990 static inline bool is_bnxt_roce_queue(struct bnxt_re_dev *rdev, u8 ser_prof, u8 prof_type) in is_bnxt_roce_queue() argument
993 return (prof_type & HWRM_QUEUE_QPORTCFG_OUTPUT_QUEUE_ID1_SERVICE_PROFILE_TYPE_ROCE); in is_bnxt_roce_queue()
998 static inline bool is_bnxt_cnp_queue(struct bnxt_re_dev *rdev, u8 ser_prof, u8 prof_type) in is_bnxt_cnp_queue() argument
1001 return (prof_type & HWRM_QUEUE_QPORTCFG_OUTPUT_QUEUE_ID1_SERVICE_PROFILE_TYPE_CNP); in is_bnxt_cnp_queue()
/freebsd/sys/dev/ice/
H A Dice_ddp_common.c1544 enum ice_prof_type prof_type; in ice_get_sw_fv_bitmap()
1554 prof_type = ice_get_sw_prof_type(hw, fv, offset); in ice_get_sw_fv_bitmap()
1556 if (req_profs & prof_type) in ice_get_sw_fv_bitmap()
1549 enum ice_prof_type prof_type; ice_get_sw_fv_bitmap() local