Searched refs:bnx2x_mcast_obj (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 501 struct bnx2x_mcast_obj *mcast_obj; 525 struct bnx2x_mcast_obj { struct 580 int (*hdl_restore)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, argument 583 int (*enqueue_cmd)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, argument 587 struct bnx2x_mcast_obj *o, int idx, argument 593 bool (*check_pending)(struct bnx2x_mcast_obj *o); argument 598 void (*set_sched)(struct bnx2x_mcast_obj *o); argument 599 void (*clear_sched)(struct bnx2x_mcast_obj *o); argument 600 bool (*check_sched)(struct bnx2x_mcast_obj *o); argument 603 int (*wait_comp)(struct bnx2x *bp, struct bnx2x_mcast_obj *o); argument [all …]
|
D | bnx2x_sp.c | 2415 struct bnx2x_mcast_obj *o) in bnx2x_mcast_wait() 2425 struct bnx2x_mcast_obj *o, in bnx2x_mcast_enqueue_cmd() 2502 static inline int bnx2x_mcast_get_next_bin(struct bnx2x_mcast_obj *o, int last) in bnx2x_mcast_get_next_bin() 2529 static inline int bnx2x_mcast_clear_first_bin(struct bnx2x_mcast_obj *o) in bnx2x_mcast_clear_first_bin() 2539 static inline u8 bnx2x_mcast_get_rx_tx_flag(struct bnx2x_mcast_obj *o) in bnx2x_mcast_get_rx_tx_flag() 2556 struct bnx2x_mcast_obj *o, int idx, in bnx2x_mcast_set_one_rule_e2() 2618 struct bnx2x *bp, struct bnx2x_mcast_obj *o , int start_bin, in bnx2x_mcast_handle_restore_cmd_e2() 2649 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_add_e2() 2684 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_del_e2() 2714 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_restore_e2() [all …]
|
D | bnx2x.h | 1549 struct bnx2x_mcast_obj mcast_obj;
|