Searched refs:pfhwdev (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_hw_dev.c | 108 static int get_cap_from_fw(struct hinic_pfhwdev *pfhwdev) in get_cap_from_fw() argument 110 struct hinic_hwdev *hwdev = &pfhwdev->hwdev; in get_cap_from_fw() 120 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_CFGM, in get_cap_from_fw() 141 struct hinic_pfhwdev *pfhwdev; in get_dev_cap() local 147 pfhwdev = container_of(hwdev, struct hinic_pfhwdev, hwdev); in get_dev_cap() 149 err = get_cap_from_fw(pfhwdev); in get_dev_cap() 230 struct hinic_pfhwdev *pfhwdev; in hinic_port_msg_cmd() local 237 pfhwdev = container_of(hwdev, struct hinic_pfhwdev, hwdev); in hinic_port_msg_cmd() 239 return hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_L2NIC, cmd, in hinic_port_msg_cmd() 292 struct hinic_pfhwdev *pfhwdev; in set_hw_ioctxt() local [all …]
|
| D | hinic_hw_mgmt.c | 549 struct hinic_pfhwdev *pfhwdev = mgmt_to_pfhwdev(pf_to_mgmt); in hinic_pf_to_mgmt_init() local 550 struct hinic_hwdev *hwdev = &pfhwdev->hwdev; in hinic_pf_to_mgmt_init() 583 struct hinic_pfhwdev *pfhwdev = mgmt_to_pfhwdev(pf_to_mgmt); in hinic_pf_to_mgmt_free() local 584 struct hinic_hwdev *hwdev = &pfhwdev->hwdev; in hinic_pf_to_mgmt_free()
|
| D | hinic_hw_cmdq.c | 791 struct hinic_pfhwdev *pfhwdev; in init_cmdqs_ctxt() local 805 pfhwdev = container_of(hwdev, struct hinic_pfhwdev, hwdev); in init_cmdqs_ctxt() 825 err = hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM, in init_cmdqs_ctxt()
|