Lines Matching defs:rdev
164 #define BNXT_RE_HWRM_CMD_TIMEOUT(rdev) \ argument
205 struct bnxt_re_dev *rdev; member
313 struct bnxt_re_dev *rdev; member
338 struct bnxt_re_dev *rdev; member
439 struct bnxt_re_dev *rdev; member
445 struct bnxt_re_dev *rdev; member
614 struct bnxt_re_dev *rdev; member
631 static inline bool __bnxt_re_is_rdev_valid(struct bnxt_re_dev *rdev) in __bnxt_re_is_rdev_valid()
642 static inline bool bnxt_re_is_rdev_valid(struct bnxt_re_dev *rdev) in bnxt_re_is_rdev_valid()
693 #define BNXT_RE_IS_PORT0(rdev) (!(rdev->en_dev->pdev->devfn & 1)) argument
704 #define rdev_to_dev(rdev) ((rdev) ? (&(rdev)->ibdev.dev) : NULL) argument
709 #define bnxt_re_rdev_ready(rdev) (bnxt_re_is_rdev_valid(rdev) && \ argument
733 static inline void bnxt_re_hold(struct bnxt_re_dev *rdev) in bnxt_re_hold()
740 static inline void bnxt_re_put(struct bnxt_re_dev *rdev) in bnxt_re_put()
947 static inline enum ib_port_state bnxt_re_get_link_state(struct bnxt_re_dev *rdev) in bnxt_re_get_link_state()
955 static inline int bnxt_re_link_state(struct bnxt_re_dev *rdev) in bnxt_re_link_state()
960 static inline int is_cc_enabled(struct bnxt_re_dev *rdev) in is_cc_enabled()
965 static inline void bnxt_re_init_hwrm_hdr(struct bnxt_re_dev *rdev, in bnxt_re_init_hwrm_hdr()
985 static inline bool is_qport_service_type_supported(struct bnxt_re_dev *rdev) in is_qport_service_type_supported()
990 static inline bool is_bnxt_roce_queue(struct bnxt_re_dev *rdev, u8 ser_prof, u8 prof_type) 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()
1038 struct bnxt_re_dev *rdev; member
1054 static inline unsigned int bnxt_re_get_total_mr_mw_count(struct bnxt_re_dev *rdev) in bnxt_re_get_total_mr_mw_count()
1060 static inline void bnxt_re_set_def_pacing_threshold(struct bnxt_re_dev *rdev) in bnxt_re_set_def_pacing_threshold()
1067 static inline void bnxt_re_set_def_do_pacing(struct bnxt_re_dev *rdev) in bnxt_re_set_def_do_pacing()
1072 static inline void bnxt_re_set_pacing_dev_state(struct bnxt_re_dev *rdev) in bnxt_re_set_pacing_dev_state()