Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.h99 const struct net_device *physdev,
Dl2t.c360 const struct net_device *physdev, in cxgb4_l2t_get() argument
372 lport = netdev2pinfo(physdev)->tx_chan + 4; in cxgb4_l2t_get()
374 lport = netdev2pinfo(physdev)->lport; in cxgb4_l2t_get()
/drivers/staging/wlan-ng/
Dp80211netdev.h237 int wlan_setup(wlandevice_t *wlandev, struct device *physdev);
Dp80211netdev.c749 int wlan_setup(wlandevice_t *wlandev, struct device *physdev) in wlan_setup() argument
767 wiphy = wlan_create_wiphy(physdev, wlandev); in wlan_setup()
/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1157 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup() local
1163 for_each_dev_addr(physdev, ha) { in bnx2fc_interface_setup()
/drivers/scsi/
Dhpsa.c1800 struct ReportLUNdata *physdev, u32 *nphysicals, in hpsa_gather_lun_info() argument
1803 if (hpsa_scsi_do_report_phys_luns(h, physdev, reportlunsize, 0)) { in hpsa_gather_lun_info()
1807 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 8; in hpsa_gather_lun_info()