Searched refs:bnx2x_mcast_obj (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/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 | 2649 struct bnx2x_mcast_obj *o) in bnx2x_mcast_wait() 2672 struct bnx2x_mcast_obj *o, in bnx2x_mcast_enqueue_cmd() 2777 static inline int bnx2x_mcast_get_next_bin(struct bnx2x_mcast_obj *o, int last) in bnx2x_mcast_get_next_bin() 2804 static inline int bnx2x_mcast_clear_first_bin(struct bnx2x_mcast_obj *o) in bnx2x_mcast_clear_first_bin() 2814 static inline u8 bnx2x_mcast_get_rx_tx_flag(struct bnx2x_mcast_obj *o) in bnx2x_mcast_get_rx_tx_flag() 2831 struct bnx2x_mcast_obj *o, int idx, in bnx2x_mcast_set_one_rule_e2() 2904 struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_bin, in bnx2x_mcast_handle_restore_cmd_e2() 2935 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_add_e2() 2970 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_del_e2() 3000 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_restore_e2() [all …]
|
D | bnx2x_sriov.h | 204 struct bnx2x_mcast_obj mcast_obj;
|
D | bnx2x.h | 1793 struct bnx2x_mcast_obj mcast_obj;
|