Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h74 struct bnx2x_raw_obj { struct
92 struct bnx2x_raw_obj *o); argument
94 bool (*check_pending)(struct bnx2x_raw_obj *o); argument
95 void (*clear_pending)(struct bnx2x_raw_obj *o); argument
96 void (*set_pending)(struct bnx2x_raw_obj *o); argument
289 struct bnx2x_raw_obj raw;
540 struct bnx2x_raw_obj raw;
740 struct bnx2x_raw_obj raw;
Dbnx2x_sp.c254 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending()
259 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending()
266 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending()
316 static int bnx2x_raw_wait(struct bnx2x *bp, struct bnx2x_raw_obj *raw) in bnx2x_raw_wait()
710 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_vlan_mac_get_rx_tx_flag()
769 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_vlan_mac_set_cmd_hdr_e2()
810 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_set_one_mac_e2()
905 struct bnx2x_raw_obj *r = &o->raw; in bnx2x_vlan_mac_set_rdata_hdr_e1x()
918 struct bnx2x_raw_obj *r = &o->raw; in bnx2x_vlan_mac_set_cfg_entry_e1x()
945 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_vlan_mac_set_rdata_e1x()
[all …]
Dbnx2x_main.c5413 struct bnx2x_raw_obj *rss_raw = &bp->rss_conf_obj.raw; in bnx2x_eq_int()