Searched refs:bnx2x_mcast_obj (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 519 struct bnx2x_mcast_obj *mcast_obj; 552 struct bnx2x_mcast_obj { struct 608 int (*hdl_restore)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, argument 611 int (*enqueue_cmd)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, argument 616 struct bnx2x_mcast_obj *o, int idx, argument 623 bool (*check_pending)(struct bnx2x_mcast_obj *o); argument 628 void (*set_sched)(struct bnx2x_mcast_obj *o); argument 629 void (*clear_sched)(struct bnx2x_mcast_obj *o); argument 630 bool (*check_sched)(struct bnx2x_mcast_obj *o); argument 633 int (*wait_comp)(struct bnx2x *bp, struct bnx2x_mcast_obj *o); argument [all …]
|
D | bnx2x_sp.c | 2647 struct bnx2x_mcast_obj *o) in bnx2x_mcast_wait() 2670 struct bnx2x_mcast_obj *o, in bnx2x_mcast_enqueue_cmd() 2775 static inline int bnx2x_mcast_get_next_bin(struct bnx2x_mcast_obj *o, int last) in bnx2x_mcast_get_next_bin() 2802 static inline int bnx2x_mcast_clear_first_bin(struct bnx2x_mcast_obj *o) in bnx2x_mcast_clear_first_bin() 2812 static inline u8 bnx2x_mcast_get_rx_tx_flag(struct bnx2x_mcast_obj *o) in bnx2x_mcast_get_rx_tx_flag() 2829 struct bnx2x_mcast_obj *o, int idx, in bnx2x_mcast_set_one_rule_e2() 2902 struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_bin, in bnx2x_mcast_handle_restore_cmd_e2() 2933 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_add_e2() 2968 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_del_e2() 2998 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_restore_e2() [all …]
|
D | bnx2x_sriov.h | 203 struct bnx2x_mcast_obj mcast_obj;
|
D | bnx2x.h | 1792 struct bnx2x_mcast_obj mcast_obj;
|