Searched refs:bdf_info (Results 1 – 3 of 3) sorted by relevance
349 struct comm_cmd_bdf_info bdf_info = {}; in hinic3_probe_func() local363 bdf_info.function_idx = in hinic3_probe_func()365 bdf_info.bus = pdev->bus->number; in hinic3_probe_func()366 bdf_info.device = PCI_SLOT(pdev->devfn); in hinic3_probe_func()367 bdf_info.function = PCI_FUNC(pdev->devfn); in hinic3_probe_func()369 err = hinic3_set_bdf_ctxt(pci_adapter->hwdev, &bdf_info); in hinic3_probe_func()
397 struct comm_cmd_bdf_info *bdf_info) in hinic3_set_bdf_ctxt() argument402 mgmt_msg_params_init_default(&msg_params, bdf_info, sizeof(*bdf_info)); in hinic3_set_bdf_ctxt()406 if (err || bdf_info->head.status) { in hinic3_set_bdf_ctxt()409 err, bdf_info->head.status); in hinic3_set_bdf_ctxt()
46 struct comm_cmd_bdf_info *bdf_info);