Home
last modified time | relevance | path

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

/src/sys/dev/bxe/
H A Decore_sp.h528 struct ecore_raw_obj { struct
546 struct ecore_raw_obj *o); argument
548 bool (*check_pending)(struct ecore_raw_obj *o); argument
549 void (*clear_pending)(struct ecore_raw_obj *o); argument
550 void (*set_pending)(struct ecore_raw_obj *o); argument
749 struct ecore_raw_obj raw;
1004 struct ecore_raw_obj raw;
1207 struct ecore_raw_obj raw;
H A Decore_sp.c262 static bool ecore_raw_check_pending(struct ecore_raw_obj *o) in ecore_raw_check_pending()
276 static void ecore_raw_clear_pending(struct ecore_raw_obj *o) in ecore_raw_clear_pending()
283 static void ecore_raw_set_pending(struct ecore_raw_obj *o) in ecore_raw_set_pending()
334 static int ecore_raw_wait(struct bxe_softc *sc, struct ecore_raw_obj *raw) in ecore_raw_wait()
879 struct ecore_raw_obj *raw = &o->raw; in ecore_vlan_mac_get_rx_tx_flag()
938 struct ecore_raw_obj *raw = &o->raw; in ecore_vlan_mac_set_cmd_hdr_e2()
979 struct ecore_raw_obj *raw = &o->raw; in ecore_set_one_mac_e2()
1074 struct ecore_raw_obj *r = &o->raw; in ecore_vlan_mac_set_rdata_hdr_e1x()
1087 struct ecore_raw_obj *r = &o->raw; in ecore_vlan_mac_set_cfg_entry_e1x()
1117 struct ecore_raw_obj *raw = &o->raw; in ecore_vlan_mac_set_rdata_e1x()
[all …]
H A Dbxe.c8456 struct ecore_raw_obj *rss_raw = &sc->rss_conf_obj.raw; in bxe_eq_int()