/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptpf_main.c | 97 cpt->pf_type = OTX_CPT_AE; in otx_cpt_device_init() 100 cpt->pf_type = OTX_CPT_SE; in otx_cpt_device_init() 165 cpt->pf_type); in otx_cpt_sriov_configure() 246 err = otx_cpt_init_eng_grps(pdev, &cpt->eng_grps, cpt->pf_type); in otx_cpt_probe()
|
H A D | otx_cptpf_ucode.h | 168 struct otx_cpt_eng_grps *eng_grps, int pf_type); 173 int pf_type);
|
H A D | otx_cptpf.h | 26 u8 pf_type; /* PF type SE or AE */ member
|
H A D | otx_cptvf_algs.h | 183 enum otx_cptpf_type pf_type,
|
H A D | otx_cptvf_algs.c | 50 enum otx_cptpf_type pf_type; member 78 if (se_devices.desc[0].pf_type == OTX_CPT_SE) { in get_se_device() 89 pr_err("Unknown PF type %d\n", se_devices.desc[0].pf_type); in get_se_device() 1649 enum otx_cptpf_type pf_type, in otx_cpt_crypto_init() 1665 se_devices.desc[count].pf_type = pf_type; in otx_cpt_crypto_init() 1692 ae_devices.desc[count].pf_type = pf_type; in otx_cpt_crypto_init() 1648 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) otx_cpt_crypto_init() argument
|
H A D | otx_cptpf_mbox.c | 226 mbx.data = cpt->pf_type; in otx_cpt_handle_mbox_intr()
|
H A D | otx_cptpf_ucode.c | 1472 int pf_type) in otx_cpt_try_create_default_eng_grps() 1495 switch (pf_type) { in otx_cpt_try_create_default_eng_grps() 1502 dev_err(&pdev->dev, "Unknown PF type %d\n", pf_type); in otx_cpt_try_create_default_eng_grps() 1624 struct otx_cpt_eng_grps *eng_grps, int pf_type) in otx_cpt_init_eng_grps() 1662 switch (pf_type) { in otx_cpt_init_eng_grps() 1674 dev_err(&pdev->dev, "Unknown PF type %d\n", pf_type); in otx_cpt_init_eng_grps() 1470 otx_cpt_try_create_default_eng_grps(struct pci_dev *pdev, struct otx_cpt_eng_grps *eng_grps, int pf_type) otx_cpt_try_create_default_eng_grps() argument 1623 otx_cpt_init_eng_grps(struct pci_dev *pdev, struct otx_cpt_eng_grps *eng_grps, int pf_type) otx_cpt_init_eng_grps() argument
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptpf_main.c | 97 cpt->pf_type = OTX_CPT_AE; in otx_cpt_device_init() 100 cpt->pf_type = OTX_CPT_SE; in otx_cpt_device_init() 165 cpt->pf_type); in otx_cpt_sriov_configure() 240 err = otx_cpt_init_eng_grps(pdev, &cpt->eng_grps, cpt->pf_type); in otx_cpt_probe()
|
H A D | otx_cptpf_ucode.h | 168 struct otx_cpt_eng_grps *eng_grps, int pf_type); 173 int pf_type);
|
H A D | otx_cptpf.h | 26 u8 pf_type; /* PF type SE or AE */ member
|
H A D | otx_cptvf_algs.h | 183 enum otx_cptpf_type pf_type,
|
H A D | otx_cptvf_algs.c | 51 enum otx_cptpf_type pf_type; member 79 if (se_devices.desc[0].pf_type == OTX_CPT_SE) { in get_se_device() 90 pr_err("Unknown PF type %d\n", se_devices.desc[0].pf_type); in get_se_device() 1648 enum otx_cptpf_type pf_type, in otx_cpt_crypto_init() 1664 se_devices.desc[count].pf_type = pf_type; in otx_cpt_crypto_init() 1691 ae_devices.desc[count].pf_type = pf_type; in otx_cpt_crypto_init() 1647 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) otx_cpt_crypto_init() argument
|
H A D | otx_cptpf_mbox.c | 226 mbx.data = cpt->pf_type; in otx_cpt_handle_mbox_intr()
|
H A D | otx_cptpf_ucode.c | 1471 int pf_type) in otx_cpt_try_create_default_eng_grps() 1494 switch (pf_type) { in otx_cpt_try_create_default_eng_grps() 1501 dev_err(&pdev->dev, "Unknown PF type %d\n", pf_type); in otx_cpt_try_create_default_eng_grps() 1623 struct otx_cpt_eng_grps *eng_grps, int pf_type) in otx_cpt_init_eng_grps() 1661 switch (pf_type) { in otx_cpt_init_eng_grps() 1673 dev_err(&pdev->dev, "Unknown PF type %d\n", pf_type); in otx_cpt_init_eng_grps() 1469 otx_cpt_try_create_default_eng_grps(struct pci_dev *pdev, struct otx_cpt_eng_grps *eng_grps, int pf_type) otx_cpt_try_create_default_eng_grps() argument 1622 otx_cpt_init_eng_grps(struct pci_dev *pdev, struct otx_cpt_eng_grps *eng_grps, int pf_type) otx_cpt_init_eng_grps() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | odp.c | 1228 u32 wq_num, int pf_type) in odp_get_rsc() 1233 switch (pf_type) { in odp_get_rsc() 1227 odp_get_rsc(struct mlx5_ib_dev *dev, u32 wq_num, int pf_type) odp_get_rsc() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | odp.c | 1155 u32 wq_num, int pf_type) in odp_get_rsc() 1160 switch (pf_type) { in odp_get_rsc() 1154 odp_get_rsc(struct mlx5_ib_dev *dev, u32 wq_num, int pf_type) odp_get_rsc() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 4420 if (pcie->pf_state && (pcie->pf_type == MISSION_NIC || in be_get_nic_pf_num_list() 4421 pcie->pf_type == MISSION_RDMA)) { in be_get_nic_pf_num_list() 4592 pcie->pf_type = 0xFF; in be_reset_pcie_desc()
|
H A D | be_cmds.h | 2173 u8 pf_type; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 4421 if (pcie->pf_state && (pcie->pf_type == MISSION_NIC || in be_get_nic_pf_num_list() 4422 pcie->pf_type == MISSION_RDMA)) { in be_get_nic_pf_num_list() 4593 pcie->pf_type = 0xFF; in be_reset_pcie_desc()
|
H A D | be_cmds.h | 2173 u8 pf_type; member
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.h | 3369 u8 pf_type; member
|