Home
last modified time | relevance | path

Searched refs:fw_vnic_id (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c764 if (vnic->fw_vnic_id == INVALID_VNIC_ID) in bnxt_find_matching_l2_filter()
867 rc = bnxt_hwrm_set_l2_filter(bp, vnic->fw_vnic_id, in bnxt_create_l2_filter()
1086 vnic->fw_vnic_id != INVALID_HW_RING_ID) in bnxt_validate_and_parse_flow()
1129 filter->dst_id = vnic->fw_vnic_id; in bnxt_validate_and_parse_flow()
1156 filter->dst_id = vnic0->fw_vnic_id; in bnxt_validate_and_parse_flow()
1393 filter->dst_id = vnic->fw_vnic_id; in bnxt_validate_and_parse_flow()
1473 if (vnic->fw_vnic_id != INVALID_VNIC_ID && in find_matching_vnic()
1474 filter->dst_id == vnic->fw_vnic_id) { in find_matching_vnic()
1575 if (vnic->fw_vnic_id == INVALID_VNIC_ID) in bnxt_match_filter()
2037 if (vnic && vnic->fw_vnic_id == INVALID_VNIC_ID) in bnxt_flow_flush()
H A Dbnxt_vnic.h21 uint16_t fw_vnic_id; /* returned by Chimp during alloc */ member
H A Dbnxt_vnic.c48 vnic->fw_vnic_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_init_vnics()
192 if (vnic->fw_vnic_id != (uint16_t)HWRM_NA_SIGNATURE) { in bnxt_free_vnic_mem()
H A Dbnxt_hwrm.c376 if (vnic->fw_vnic_id == INVALID_HW_RING_ID) in bnxt_hwrm_cfa_l2_set_rx_mask()
1883 if (vnic->fw_vnic_id == INVALID_HW_RING_ID) { in bnxt_hwrm_vnic_plcmodes_cfg()
1918 if (vnic->fw_vnic_id == INVALID_HW_RING_ID) { in bnxt_hwrm_vnic_cfg()
2027 if (vnic->fw_vnic_id == INVALID_HW_RING_ID) { in bnxt_hwrm_vnic_qcfg()
2143 if (vnic->fw_vnic_id == INVALID_HW_RING_ID) { in bnxt_hwrm_vnic_free()
2157 vnic->fw_vnic_id = INVALID_HW_RING_ID; in bnxt_hwrm_vnic_free()
2241 if (vnic->fw_vnic_id == INVALID_HW_RING_ID) { in bnxt_hwrm_vnic_plcmode_cfg()
2282 if (vnic->fw_vnic_id == INVALID_HW_RING_ID) { in bnxt_hwrm_vnic_tpa_cfg()
2771 if (vnic->fw_vnic_id == INVALID_HW_RING_ID) in bnxt_free_all_hwrm_resources()
4602 return vnic.fw_vnic_id; in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()
[all …]
H A Drte_pmd_bnxt.c476 vnic.fw_vnic_id = dflt_vnic; in bnxt_set_vf_table()
775 vnic.fw_vnic_id = rte_le_to_cpu_16(rc); in rte_pmd_bnxt_mac_addr_add()
805 rc = bnxt_hwrm_set_l2_filter(bp, vnic.fw_vnic_id, filter); in rte_pmd_bnxt_mac_addr_add()
H A Dbnxt_stats.c683 if (vnic && vnic->fw_vnic_id == INVALID_VNIC_ID) in bnxt_dev_xstats_get_op()
920 if (vnic && vnic->fw_vnic_id == INVALID_VNIC_ID) in bnxt_flow_stats_req()
H A Dbnxt_ethdev.c1537 rc = bnxt_hwrm_set_l2_filter(bp, vnic->fw_vnic_id, filter); in bnxt_add_mac_filter()
2293 rc = bnxt_hwrm_set_l2_filter(bp, vnic->fw_vnic_id, filter); in bnxt_add_vlan_filter()
4480 return vnic->fw_vnic_id; in bnxt_get_vnic_id()