/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_dev_mgr.c | 154 /* PF on host or VF on guest - optimized to remove redundant is_vf */ in adf_devmgr_add_dev() 155 if (!accel_dev->is_vf || !pf) { in adf_devmgr_add_dev() 185 } else if (accel_dev->is_vf && pf) { in adf_devmgr_add_dev() 252 /* PF on host or VF on guest - optimized to remove redundant is_vf */ in adf_devmgr_rm_dev() 253 if (!accel_dev->is_vf || !pf) { in adf_devmgr_rm_dev() 256 } else if (accel_dev->is_vf && pf) { in adf_devmgr_rm_dev()
|
H A D | adf_init.c | 77 !accel_dev->is_vf) { in adf_dev_init() 136 accel_dev->is_vf) { in adf_dev_init()
|
H A D | adf_ctl_drv.c | 247 if (!accel_dev->is_vf) in adf_ctl_stop_devices()
|
H A D | adf_accel_devices.h | 490 bool is_vf; member
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_regs.c | 75 u8 is_vf; member 92 header->is_vf = 0x1; in hclgevf_reg_get_header()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tc_bindings.c | 218 if (efx->type->is_vf) in efx_tc_setup() 234 if (efx->type->is_vf) in efx_tc_netdev_event()
|
H A D | ef100_netdev.c | 397 if (!efx->type->is_vf) in ef100_remove_netdev() 482 efx->type->is_vf); in ef100_probe_netdev() 498 if (!efx->type->is_vf) { in ef100_probe_netdev()
|
H A D | ef100_nic.c | 1226 .is_vf = false, 1314 .is_vf = true,
|
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_ctrl_mbox.h | 80 u16 is_vf:1; member 81 /* sender vf index 0-(n-1), 0 if (is_vf==0) */
|
H A D | octep_ctrl_net.c | 54 msg->hdr.s.is_vf = 1; in init_send_req() 333 if (msg->hdr.s.is_vf) { in process_mbox_notify()
|
/linux/include/linux/ |
H A D | uacce.h | 111 * @is_vf: whether virtual function 126 bool is_vf; member
|
H A D | pci-epf.h | 165 * @is_vf: true - virtual function, false - physical function 197 unsigned int is_vf; member
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hw.h | 292 u8 is_vf; member
|
H A D | qed_dev_api.h | 448 * @is_vf: True iff cleanup is made for a VF. 453 struct qed_ptt *p_ptt, u16 id, bool is_vf);
|
/linux/include/linux/net/intel/ |
H A D | i40e_client.h | 129 bool is_vf, u32 vf_id,
|
/linux/drivers/crypto/intel/qat/qat_dh895xccvf/ |
H A D | adf_drv.c | 97 accel_dev->is_vf = true; in adf_probe()
|
/linux/drivers/crypto/intel/qat/qat_c3xxxvf/ |
H A D | adf_drv.c | 97 accel_dev->is_vf = true; in adf_probe()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 1225 bool is_vf, enum qede_probe_mode mode) in __qede_probe() argument 1241 probe_params.is_vf = is_vf; in __qede_probe() 1293 if (is_vf) in __qede_probe() 1322 if (!is_vf) in __qede_probe() 1359 bool is_vf = false; in qede_probe() local 1367 is_vf = true; in qede_probe() 1376 return __qede_probe(pdev, dp_module, dp_level, is_vf, in qede_probe()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_regs.c | 139 u8 is_vf; member 158 header->is_vf = 0x0; in hclge_reg_get_header()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_netvf_main.c | 199 nn->dp.is_vf = 1; in nfp_netvf_pci_probe()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc4_pf.c | 284 static u32 enetc4_psicfgr0_val_construct(bool is_vf, u32 num_tx_bdr, u32 num_rx_bdr) in enetc4_psicfgr0_val_construct() argument 292 if (is_vf) in enetc4_psicfgr0_val_construct()
|
/linux/drivers/pci/endpoint/ |
H A D | pci-epf-core.c | 180 epf_vf->is_vf = true; in pci_epf_add_vepf()
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_res.h | 324 bool is_vf; member
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_flows.c | 20 bool is_vf; member 1044 flow->is_vf = true; in otx2_add_flow_msg() 1208 if (flow->is_vf) in otx2_add_flow()
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 1762 static int load_func_res_caps(struct hns_roce_dev *hr_dev, bool is_vf) in load_func_res_caps() argument 1772 if (is_vf) { in load_func_res_caps() 1797 if (is_vf) { in load_func_res_caps() 2185 if (hr_dev->is_vf) { in apply_func_caps() 2214 cmd = hr_dev->is_vf ? HNS_ROCE_OPC_QUERY_VF_CAPS_NUM : in hns_roce_query_caps() 2320 if (!hr_dev->is_vf) { in hns_roce_query_caps() 2474 if (hr_dev->is_vf) in hns_roce_v2_profile() 2934 if (hr_dev->is_vf) in get_hem_table() 2983 if (hr_dev->is_vf) in put_hem_table() 3014 if (hr_dev->is_vf) in hns_roce_v2_init() [all...] |