Searched refs:physdev (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/wlan-ng/ |
D | p80211netdev.c | 720 int wlan_setup(wlandevice_t *wlandev, struct device *physdev) in wlan_setup() argument 738 wiphy = wlan_create_wiphy(physdev, wlandev); in wlan_setup() 740 dev_err(physdev, "Failed to alloc wiphy.\n"); in wlan_setup() 748 dev_err(physdev, "Failed to alloc netdev.\n"); in wlan_setup()
|
D | p80211netdev.h | 236 int wlan_setup(wlandevice_t *wlandev, struct device *physdev);
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.c | 361 const struct net_device *physdev, in cxgb4_l2t_get() argument 373 lport = netdev2pinfo(physdev)->tx_chan + 4; in cxgb4_l2t_get() 375 lport = netdev2pinfo(physdev)->lport; in cxgb4_l2t_get() 398 memcpy(e->dmac, physdev->dev_addr, sizeof(e->dmac)); in cxgb4_l2t_get()
|
D | l2t.h | 99 const struct net_device *physdev,
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 1171 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup() local 1178 for_each_dev_addr(physdev, ha) { in bnx2fc_interface_setup()
|
/drivers/scsi/ |
D | hpsa.c | 2895 struct ReportLUNdata *physdev, u32 *nphysicals, int *physical_mode, in hpsa_gather_lun_info() argument 2908 if (hpsa_scsi_do_report_phys_luns(h, physdev, reportlunsize, in hpsa_gather_lun_info() 2913 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / in hpsa_gather_lun_info()
|