Searched refs:physdev (Results 1 – 12 of 12) sorted by relevance
| /linux/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 | 1494 tristate '"physdev" match support'
|
| /linux/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() 287 u8 physdev; member 295 u8 physdev; member 313 ip1->physdev == ip2->physdev && in hash_netiface6_data_equal() 407 e.physdev = 1; in hash_netiface6_kadt() [all …]
|
| /linux/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 | 232 int wlan_setup(struct wlandevice *wlandev, struct device *physdev);
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| 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()
|
| A D | l2t.h | 114 const struct net_device *physdev,
|
| /linux/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/drivers/scsi/bnx2fc/ |
| A D | bnx2fc_fcoe.c | 1242 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup() local 1249 for_each_dev_addr(physdev, ha) { in bnx2fc_interface_setup()
|
| /linux/drivers/xen/ |
| A D | .dbgp.o.cmd | 1130 include/xen/interface/physdev.h \
|
| A D | .pci.o.cmd | 1231 include/xen/interface/physdev.h \
|
| /linux/drivers/xen/events/ |
| A D | .events_base.o.cmd | 1189 include/xen/interface/physdev.h \
|
Completed in 48 milliseconds