Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/broadcom/bnxt/
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()
769 if (bp->hwrm_spec_code < 0x10501) in bnxt_dcb_init()
Dbnxt_devlink.c1200 if (bp->hwrm_spec_code < 0x10600) in bnxt_dl_params_register()
1217 if (bp->hwrm_spec_code < 0x10600) in bnxt_dl_params_unregister()
1252 bp->hwrm_spec_code > 0x10803) in bnxt_dl_register()
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()
1244 if (bp->hwrm_spec_code < 0x10202) { in bnxt_approve_mac()
Dbnxt.c5152 if (bp->hwrm_spec_code < 0x10804 || bp->hwrm_spec_code == 0x10900) in bnxt_alloc_stats()
5169 if (bp->hwrm_spec_code >= 0x10902 || in bnxt_alloc_stats()
6845 if (bp->hwrm_spec_code < 0x10600) in bnxt_hwrm_vnic_qcaps()
7498 if (bp->hwrm_spec_code < 0x10601) in bnxt_hwrm_get_rings()
7557 if (bp->hwrm_spec_code < 0x10601) in __bnxt_hwrm_get_tx_rings()
7681 if (bp->hwrm_spec_code < 0x10601) in bnxt_hwrm_reserve_pf_rings()
7799 bp->hwrm_spec_code >= 0x10601) in bnxt_need_reserve_rings()
8006 if (bp->hwrm_spec_code < 0x10801) in bnxt_hwrm_check_rings()
8032 if (bp->hwrm_spec_code < 0x10902) in bnxt_hwrm_coal_params_qcaps()
8393 if (bp->hwrm_spec_code < 0x10707 || in bnxt_hwrm_func_qcfg()
[all …]
Dbnxt_vfr.c582 if (bp->hwrm_spec_code < 0x10803) { in bnxt_dl_eswitch_mode_set()
Dbnxt_ethtool.c4452 if (bp->hwrm_spec_code < 0x10202) in bnxt_get_module_info()
4561 if (bp->hwrm_spec_code < 0x10202) { in bnxt_get_module_eeprom_by_page()
5045 if (bp->hwrm_spec_code >= 0x10803) { in bnxt_reset()
5059 if (bp->hwrm_spec_code >= 0x10803) { in bnxt_reset()
5105 if (bp->hwrm_spec_code < 0x10801) in bnxt_get_dump_flag()
5123 if (bp->hwrm_spec_code < 0x10801) in bnxt_get_dump_data()
5173 if (bp->hwrm_spec_code < 0x10704 || !BNXT_PF(bp)) in bnxt_ethtool_init()
Dbnxt_tc.c2018 if (bp->hwrm_spec_code < 0x10803) in bnxt_init_tc()
Dbnxt.h2523 u32 hwrm_spec_code; member