Searched refs:physdev (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/wlan-ng/ |
D | p80211netdev.c | 717 int wlan_setup(struct wlandevice *wlandev, struct device *physdev) in wlan_setup() argument 735 wiphy = wlan_create_wiphy(physdev, wlandev); in wlan_setup() 737 dev_err(physdev, "Failed to alloc wiphy.\n"); in wlan_setup() 745 dev_err(physdev, "Failed to alloc netdev.\n"); in wlan_setup()
|
D | p80211netdev.h | 232 int wlan_setup(struct wlandevice *wlandev, struct device *physdev);
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.c | 420 const struct net_device *physdev, in cxgb4_l2t_get() argument 432 lport = netdev2pinfo(physdev)->tx_chan + 4; in cxgb4_l2t_get() 434 lport = netdev2pinfo(physdev)->lport; in cxgb4_l2t_get() 459 memcpy(e->dmac, physdev->dev_addr, sizeof(e->dmac)); in cxgb4_l2t_get()
|
D | l2t.h | 114 const struct net_device *physdev,
|
/drivers/scsi/ |
D | hpsa.c | 3516 struct ReportExtendedLUNdata *physdev; in hpsa_get_sas_address_from_report_physical() local 3521 physdev = kzalloc(sizeof(*physdev), GFP_KERNEL); in hpsa_get_sas_address_from_report_physical() 3522 if (!physdev) in hpsa_get_sas_address_from_report_physical() 3525 if (hpsa_scsi_do_report_phys_luns(h, physdev, sizeof(*physdev))) { in hpsa_get_sas_address_from_report_physical() 3527 kfree(physdev); in hpsa_get_sas_address_from_report_physical() 3530 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical() 3533 if (!memcmp(&physdev->LUN[i].lunid[0], scsi3addr, 8)) { in hpsa_get_sas_address_from_report_physical() 3534 sa = get_unaligned_be64(&physdev->LUN[i].wwid[0]); in hpsa_get_sas_address_from_report_physical() 3538 kfree(physdev); in hpsa_get_sas_address_from_report_physical() 3571 struct ReportExtendedLUNdata *physdev) in hpsa_ext_ctrl_present() argument [all …]
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 1238 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup() local 1245 for_each_dev_addr(physdev, ha) { in bnx2fc_interface_setup()
|