Searched refs:ecore_mcast_obj (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 930 struct ecore_mcast_obj *mcast_obj; 963 struct ecore_mcast_obj { struct 1027 struct ecore_mcast_obj *o, int idx, argument 1034 bool (*check_pending)(struct ecore_mcast_obj *o); argument 1039 void (*set_sched)(struct ecore_mcast_obj *o); argument 1040 void (*clear_sched)(struct ecore_mcast_obj *o); argument 1041 bool (*check_sched)(struct ecore_mcast_obj *o); argument 1044 int (*wait_comp)(struct bnx2x_softc *sc, struct ecore_mcast_obj *o); argument 1063 int (*get_registry_size)(struct ecore_mcast_obj *o); argument 1064 void (*set_registry_size)(struct ecore_mcast_obj *o, int n); argument [all …]
|
| H A D | ecore_sp.c | 2270 struct ecore_mcast_obj *o, in ecore_mcast_enqueue_cmd() 2404 struct ecore_mcast_obj *o, int idx, in ecore_mcast_set_one_rule_e2() 2466 struct ecore_mcast_obj *o, in ecore_mcast_handle_restore_cmd_e2() 2496 struct ecore_mcast_obj *o, in ecore_mcast_hdl_pending_add_e2() 2536 struct ecore_mcast_obj *o, in ecore_mcast_hdl_pending_del_e2() 2588 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_handle_pending_cmds_e2() 2631 struct ecore_mcast_obj *o, in ecore_mcast_hdl_add() 2656 struct ecore_mcast_obj *o, in ecore_mcast_hdl_del() 2934 struct ecore_mcast_obj *o, in ecore_mcast_hdl_add_e1h() 2959 struct ecore_mcast_obj *o, in ecore_mcast_hdl_restore_e1h() [all …]
|
| H A D | bnx2x.h | 1136 struct ecore_mcast_obj mcast_obj;
|