Home
last modified time | relevance | path

Searched refs:hwrm_spec_code (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c332 if (bp->hwrm_spec_code < 0x10601) in bnxt_hwrm_set_dcbx_app()
421 if (bp->hwrm_spec_code < 0x10800 || BNXT_VF(bp)) in bnxt_hwrm_queue_dscp_qcaps()
447 if (bp->hwrm_spec_code < 0x10800) in bnxt_hwrm_queue_dscp2pri_cfg()
771 if (bp->hwrm_spec_code < 0x10501) in bnxt_dcb_init()
H A Dbnxt_devlink.c1237 if (bp->hwrm_spec_code < 0x10600) in bnxt_dl_params_register()
1254 if (bp->hwrm_spec_code < 0x10600) in bnxt_dl_params_unregister()
1289 bp->hwrm_spec_code > 0x10803) in bnxt_dl_register()
H A Dbnxt.c5272 if (bp->hwrm_spec_code < 0x10804 || bp->hwrm_spec_code == 0x10900) in bnxt_alloc_stats()
5289 if (bp->hwrm_spec_code >= 0x10902 || in bnxt_alloc_stats()
6977 if (bp->hwrm_spec_code < 0x10600) in bnxt_hwrm_vnic_qcaps()
7665 if (bp->hwrm_spec_code < 0x10601) in bnxt_hwrm_get_rings()
7724 if (bp->hwrm_spec_code < 0x10601) in __bnxt_hwrm_get_tx_rings()
7848 if (bp->hwrm_spec_code < 0x10601) in bnxt_hwrm_reserve_pf_rings()
7980 if (hw_resc->resv_tx_rings != hwr.tx && bp->hwrm_spec_code >= 0x10601) in bnxt_need_reserve_rings()
8201 if (bp->hwrm_spec_code < 0x10801) in bnxt_hwrm_check_rings()
8227 if (bp->hwrm_spec_code < 0x10902) in bnxt_hwrm_coal_params_qcaps()
8594 if (bp->hwrm_spec_code < 0x10707 || in bnxt_hwrm_func_qcfg()
[all …]
H A Dbnxt_sriov.c79 if (bp->hwrm_spec_code < 0x10701) in bnxt_set_vf_spoofchk()
254 if (bp->hwrm_spec_code < 0x10201) in bnxt_set_vf_vlan()
1310 if (bp->hwrm_spec_code < 0x10202) { in bnxt_approve_mac()
H A Dbnxt_vfr.c580 if (bp->hwrm_spec_code < 0x10803) { in bnxt_dl_eswitch_mode_set()
H A Dbnxt_ethtool.c4666 if (bp->hwrm_spec_code < 0x10202) in bnxt_get_module_info()
4780 if (bp->hwrm_spec_code < 0x10202) { in bnxt_mod_eeprom_by_page_precheck()
5333 if (bp->hwrm_spec_code >= 0x10803) { in bnxt_reset()
5347 if (bp->hwrm_spec_code >= 0x10803) { in bnxt_reset()
5394 if (bp->hwrm_spec_code < 0x10801) in bnxt_get_dump_flag()
5412 if (bp->hwrm_spec_code < 0x10801) in bnxt_get_dump_data()
5483 if (bp->hwrm_spec_code < 0x10704 || !BNXT_PF(bp)) in bnxt_ethtool_init()
H A Dbnxt_tc.c2018 if (bp->hwrm_spec_code < 0x10803) in bnxt_init_tc()
H A Dbnxt.h2558 u32 hwrm_spec_code; member
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm_lib.c20 u32 dev_caps_cfg, hwrm_ver, hwrm_spec_code; in bnge_hwrm_ver_get() local
43 hwrm_spec_code = resp->hwrm_intf_maj_8b << 16 | in bnge_hwrm_ver_get()
49 if (hwrm_spec_code > hwrm_ver) in bnge_hwrm_ver_get()