Searched refs:bnx2x_mcast_obj (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sp.h | 517 struct bnx2x_mcast_obj *mcast_obj; 541 struct bnx2x_mcast_obj { struct 597 int (*hdl_restore)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, argument 600 int (*enqueue_cmd)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, argument 605 struct bnx2x_mcast_obj *o, int idx, argument 612 bool (*check_pending)(struct bnx2x_mcast_obj *o); argument 617 void (*set_sched)(struct bnx2x_mcast_obj *o); argument 618 void (*clear_sched)(struct bnx2x_mcast_obj *o); argument 619 bool (*check_sched)(struct bnx2x_mcast_obj *o); argument 622 int (*wait_comp)(struct bnx2x *bp, struct bnx2x_mcast_obj *o); argument [all …]
|
| D | bnx2x_sp.c | 2621 struct bnx2x_mcast_obj *o) in bnx2x_mcast_wait() 2631 struct bnx2x_mcast_obj *o, in bnx2x_mcast_enqueue_cmd() 2709 static inline int bnx2x_mcast_get_next_bin(struct bnx2x_mcast_obj *o, int last) in bnx2x_mcast_get_next_bin() 2736 static inline int bnx2x_mcast_clear_first_bin(struct bnx2x_mcast_obj *o) in bnx2x_mcast_clear_first_bin() 2746 static inline u8 bnx2x_mcast_get_rx_tx_flag(struct bnx2x_mcast_obj *o) in bnx2x_mcast_get_rx_tx_flag() 2763 struct bnx2x_mcast_obj *o, int idx, in bnx2x_mcast_set_one_rule_e2() 2825 struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_bin, in bnx2x_mcast_handle_restore_cmd_e2() 2856 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_add_e2() 2891 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_del_e2() 2921 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_restore_e2() [all …]
|
| D | bnx2x_sriov.h | 199 struct bnx2x_mcast_obj mcast_obj;
|
| D | bnx2x.h | 1891 struct bnx2x_mcast_obj mcast_obj;
|