Home
last modified time | relevance | path

Searched refs:ecore_raw_obj (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h477 struct ecore_raw_obj { struct
495 struct ecore_raw_obj *o); argument
497 bool (*check_pending)(struct ecore_raw_obj *o); argument
498 void (*clear_pending)(struct ecore_raw_obj *o); argument
499 void (*set_pending)(struct ecore_raw_obj *o); argument
700 struct ecore_raw_obj raw;
964 struct ecore_raw_obj raw;
1168 struct ecore_raw_obj raw;
H A Decore_sp.c701 struct ecore_raw_obj *raw = &o->raw; in ecore_vlan_mac_get_rx_tx_flag()
761 struct ecore_raw_obj *raw = &o->raw; in ecore_vlan_mac_set_cmd_hdr_e2()
893 struct ecore_raw_obj *r = &o->raw; in ecore_vlan_mac_set_rdata_hdr_e1x()
909 struct ecore_raw_obj *r = &o->raw; in ecore_vlan_mac_set_cfg_entry_e1x()
1367 struct ecore_raw_obj *r = &o->raw; in ecore_complete_vlan_mac()
1525 struct ecore_raw_obj *r = &o->raw; in ecore_execute_vlan_mac()
2408 struct ecore_raw_obj *r = &o->raw; in ecore_mcast_set_one_rule_e2()
2981 struct ecore_raw_obj *r = &o->raw; in ecore_mcast_setup_e1h()
3044 struct ecore_raw_obj *r = &o->raw; in ecore_config_mcast()
3483 struct ecore_raw_obj *r = &o->raw; in ecore_setup_rss()
[all …]
H A Dbnx2x.c4354 struct ecore_raw_obj *rss_raw = &sc->rss_conf_obj.raw; in bnx2x_eq_int()