Searched defs:physdev (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/wlan-ng/
H A Dp80211netdev.c740 * physdev ptr to usb device
749 int wlan_setup(wlandevice_t *wlandev, struct device *physdev) argument
767 wiphy = wlan_create_wiphy(physdev, wlandev);
/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c360 const struct net_device *physdev,
372 lport = netdev2pinfo(physdev)->tx_chan + 4;
374 lport = netdev2pinfo(physdev)->lport;
359 cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, const struct net_device *physdev, unsigned int priority) argument
/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1157 struct net_device *physdev = interface->hba->phys_dev; local
1163 for_each_dev_addr(physdev, ha) {
/drivers/scsi/
H A Dhpsa.c1762 * Do CISS_REPORT_PHYS and CISS_REPORT_LOG. Data is returned in physdev,
1763 * logdev. The number of luns in physdev and logdev are returned in
1769 struct ReportLUNdata *physdev, u32 *nphysicals,
1772 if (hpsa_scsi_do_report_phys_luns(h, physdev, reportlunsize, 0)) {
1776 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 8;
1767 hpsa_gather_lun_info(struct ctlr_info *h, int reportlunsize, struct ReportLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) argument

Completed in 72 milliseconds