Searched refs:pf_type (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf.h26 u8 pf_type; /* PF type SE or AE */ member in struct:otx_cpt_device
H A Dotx_cptpf_ucode.h168 struct otx_cpt_eng_grps *eng_grps, int pf_type);
173 int pf_type);
H A Dotx_cptpf_main.c97 cpt->pf_type = OTX_CPT_AE;
100 cpt->pf_type = OTX_CPT_SE;
165 cpt->pf_type);
240 err = otx_cpt_init_eng_grps(pdev, &cpt->eng_grps, cpt->pf_type);
H A Dotx_cptvf_algs.h183 enum otx_cptpf_type pf_type,
H A Dotx_cptvf_algs.c51 enum otx_cptpf_type pf_type; member in struct:cpt_device_desc
79 if (se_devices.desc[0].pf_type == OTX_CPT_SE) {
90 pr_err("Unknown PF type %d\n", se_devices.desc[0].pf_type);
1625 enum otx_cptpf_type pf_type,
1641 se_devices.desc[count].pf_type = pf_type;
1668 ae_devices.desc[count].pf_type = pf_type;
1624 otx_cpt_crypto_init(struct pci_dev *pdev, struct module *mod, enum otx_cptpf_type pf_type, enum otx_cptvf_type engine_type, int num_queues, int num_devices) argument
H A Dotx_cptpf_mbox.c226 mbx.data = cpt->pf_type;
H A Dotx_cptpf_ucode.c1471 int pf_type)
1494 switch (pf_type) {
1501 dev_err(&pdev->dev, "Unknown PF type %d\n", pf_type);
1623 struct otx_cpt_eng_grps *eng_grps, int pf_type)
1661 switch (pf_type) {
1673 dev_err(&pdev->dev, "Unknown PF type %d\n", pf_type);
1469 otx_cpt_try_create_default_eng_grps(struct pci_dev *pdev, struct otx_cpt_eng_grps *eng_grps, int pf_type) argument
1622 otx_cpt_init_eng_grps(struct pci_dev *pdev, struct otx_cpt_eng_grps *eng_grps, int pf_type) argument
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c1155 u32 wq_num, int pf_type)
1160 switch (pf_type) {
1154 odp_get_rsc(struct mlx5_ib_dev *dev, u32 wq_num, int pf_type) argument
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c4421 if (pcie->pf_state && (pcie->pf_type == MISSION_NIC ||
4422 pcie->pf_type == MISSION_RDMA)) {
4593 pcie->pf_type = 0xFF;
H A Dbe_cmds.h2173 u8 pf_type; member in struct:be_pcie_res_desc
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h3369 u8 pf_type; member in struct:sli4_pcie_resource_descriptor_v1

Completed in 203 milliseconds