Home
last modified time | relevance | path

Searched refs:physdev (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/wlan-ng/
Dp80211netdev.c720 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()
Dp80211netdev.h236 int wlan_setup(wlandevice_t *wlandev, struct device *physdev);
/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c361 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()
Dl2t.h99 const struct net_device *physdev,
/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1171 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/
Dhpsa.c2895 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()