Home
last modified time | relevance | path

Searched refs:bdf_info (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_lld.c349 struct comm_cmd_bdf_info bdf_info = {}; in hinic3_probe_func() local
363 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()
H A Dhinic3_hw_comm.c397 struct comm_cmd_bdf_info *bdf_info) in hinic3_set_bdf_ctxt() argument
402 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()
H A Dhinic3_hw_comm.h46 struct comm_cmd_bdf_info *bdf_info);