Searched refs:pciefn (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | efx_devlink.c | 35 efx_qword_t pciefn; in efx_devlink_port_addr_get() local 50 EFX_POPULATE_QWORD_3(pciefn, in efx_devlink_port_addr_get() 55 EFX_POPULATE_QWORD_3(pciefn, in efx_devlink_port_addr_get() 60 rc = efx_ef100_lookup_client_id(devlink->efx, pciefn, &client_id); in efx_devlink_port_addr_get() 85 efx_qword_t pciefn; in efx_devlink_port_addr_set() local 98 EFX_POPULATE_QWORD_3(pciefn, in efx_devlink_port_addr_set() 103 rc = efx_ef100_lookup_client_id(devlink->efx, pciefn, &client_id); in efx_devlink_port_addr_set()
|
D | ef100_nic.h | 97 int efx_ef100_lookup_client_id(struct efx_nic *efx, efx_qword_t pciefn, u32 *id);
|
D | ef100_nic.c | 1131 int efx_ef100_lookup_client_id(struct efx_nic *efx, efx_qword_t pciefn, u32 *id) in efx_ef100_lookup_client_id() argument 1135 u64 pciefn_flat = le64_to_cpu(pciefn.u64[0]); in efx_ef100_lookup_client_id()
|