Searched refs:physdev (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/net/netfilter/ |
A D | xt_physdev.c | 27 const struct net_device *physdev; in physdev_mt() local 54 physdev = nf_bridge_get_physoutdev(skb); in physdev_mt() 55 outdev = physdev ? physdev->name : NULL; in physdev_mt() 62 physdev = nf_bridge_get_physindev(skb); in physdev_mt() 63 indev = physdev ? physdev->name : NULL; in physdev_mt()
|
A D | Kconfig | 1495 tristate '"physdev" match support'
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_hash_netiface.c | 49 u8 physdev; member 58 u8 physdev; member 76 ip1->physdev == ip2->physdev && in hash_netiface4_data_equal() 111 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface4_data_list() 186 e.physdev = 1; in hash_netiface4_kadt() 235 e.physdev = 1; in hash_netiface4_uadt() 284 u8 physdev; member 292 u8 physdev; member 310 ip1->physdev == ip2->physdev && in hash_netiface6_data_equal() 404 e.physdev = 1; in hash_netiface6_kadt() [all …]
|
/linux-6.3-rc2/sound/soc/intel/boards/ |
A D | sof_cirrus_common.c | 161 struct device *physdev; in cs35l41_compute_codec_conf() local 170 physdev = get_device(acpi_get_first_physical_node(adev)); in cs35l41_compute_codec_conf() 171 cs35l41_components[sz].name = dev_name(physdev); in cs35l41_compute_codec_conf() 173 cs35l41_codec_conf[sz].dlc.name = dev_name(physdev); in cs35l41_compute_codec_conf()
|
/linux-6.3-rc2/sound/pci/hda/ |
A D | cs35l41_hda.c | 1234 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 2); in cs35l41_no_acpi_dsd() 1266 struct device *physdev; in cs35l41_hda_read_acpi() local 1278 physdev = get_device(acpi_get_first_physical_node(adev)); in cs35l41_hda_read_acpi() 1281 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); in cs35l41_hda_read_acpi() 1287 ret = device_property_count_u32(physdev, property); in cs35l41_hda_read_acpi() 1289 ret = cs35l41_no_acpi_dsd(cs35l41, physdev, id, hid); in cs35l41_hda_read_acpi() 1298 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_read_acpi() 1322 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_read_acpi() 1333 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_read_acpi() 1375 put_device(physdev); in cs35l41_hda_read_acpi() [all …]
|
/linux-6.3-rc2/drivers/staging/wlan-ng/ |
A D | p80211netdev.c | 661 int wlan_setup(struct wlandevice *wlandev, struct device *physdev) in wlan_setup() argument 678 wiphy = wlan_create_wiphy(physdev, wlandev); in wlan_setup() 680 dev_err(physdev, "Failed to alloc wiphy.\n"); in wlan_setup() 688 dev_err(physdev, "Failed to alloc netdev.\n"); in wlan_setup()
|
A D | p80211netdev.h | 230 int wlan_setup(struct wlandevice *wlandev, struct device *physdev);
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | l2t.h | 114 const struct net_device *physdev,
|
A D | l2t.c | 416 const struct net_device *physdev, in cxgb4_l2t_get() argument 428 lport = netdev2pinfo(physdev)->tx_chan + 4; in cxgb4_l2t_get() 430 lport = netdev2pinfo(physdev)->lport; in cxgb4_l2t_get() 455 memcpy(e->dmac, physdev->dev_addr, sizeof(e->dmac)); in cxgb4_l2t_get()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | hpsa.c | 3539 struct ReportExtendedLUNdata *physdev; in hpsa_get_sas_address_from_report_physical() local 3544 physdev = kzalloc(sizeof(*physdev), GFP_KERNEL); in hpsa_get_sas_address_from_report_physical() 3545 if (!physdev) in hpsa_get_sas_address_from_report_physical() 3548 if (hpsa_scsi_do_report_phys_luns(h, physdev, sizeof(*physdev))) { in hpsa_get_sas_address_from_report_physical() 3550 kfree(physdev); in hpsa_get_sas_address_from_report_physical() 3557 sa = get_unaligned_be64(&physdev->LUN[i].wwid[0]); in hpsa_get_sas_address_from_report_physical() 3561 kfree(physdev); in hpsa_get_sas_address_from_report_physical() 3594 struct ReportExtendedLUNdata *physdev) in hpsa_ext_ctrl_present() argument 3605 if (physdev->LUN[i].device_type == in hpsa_ext_ctrl_present() 3607 && !is_hba_lunid(physdev->LUN[i].lunid)) { in hpsa_ext_ctrl_present() [all …]
|
/linux-6.3-rc2/drivers/scsi/bnx2fc/ |
A D | bnx2fc_fcoe.c | 1234 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup() local 1241 for_each_dev_addr(physdev, ha) { in bnx2fc_interface_setup()
|
Completed in 60 milliseconds