Searched refs:BEx_chip (Results 1 – 4 of 4) sorted by relevance
256 if (!BEx_chip(adapter) && in be_async_link_state_process()620 if (BEx_chip(adapter)) in be_POST_stage_get()667 if (BEx_chip(adapter) && be_virtfn(adapter)) in be_fw_wait_ready()915 if (!(BEx_chip(adapter) || lancer_chip(adapter))) in be_cmd_eq_create()1083 if (BEx_chip(adapter)) { in be_cmd_cq_create()1160 if (BEx_chip(adapter)) { in be_cmd_mccq_ext_create()1253 if (status && BEx_chip(adapter)) { in be_cmd_mccq_create()1277 } else if (BEx_chip(adapter)) { in be_cmd_txq_create()2124 if (!BEx_chip(adapter)) in be_cmd_rss_config()2918 if (BEx_chip(adapter) && be_is_mc(adapter) && in be_cmd_get_fn_privileges()[all …]
548 if (!BEx_chip(adapter)) in populate_erx_stats()1111 if (unlikely(!BEx_chip(adapter) && skb->len <= 32)) { in be_xmit_workarounds()1116 if (BEx_chip(adapter) || lancer_chip(adapter)) { in be_xmit_workarounds()1428 if (BEx_chip(adapter)) { in be_set_vf_mac()3214 if (!BEx_chip(adapter)) in be_rx_qs_create()3357 if (BEx_chip(adapter)) in be_vf_eth_addr_config()3408 if (BEx_chip(adapter)) in be_vf_clear()3848 if (BEx_chip(adapter)) { in be_get_resources()3857 if (!BEx_chip(adapter)) { in be_get_resources()3906 if (BEx_chip(adapter)) { in be_get_config()[all …]
979 if (BEx_chip(adapter)) in be_set_msg_level()1074 BEx_chip(adapter)) in be_set_rss_hash_opts()1085 BEx_chip(adapter)) in be_set_rss_hash_opts()
629 #define BEx_chip(adapter) (BE3_chip(adapter) || BE2_chip(adapter)) macro