Searched refs:reqbuf (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/et131x/ |
D | et131x_netdev.c | 105 int et131x_ioctl(struct net_device *netdev, struct ifreq *reqbuf, int cmd); 301 int et131x_ioctl_mii(struct net_device *netdev, struct ifreq *reqbuf, int cmd) in et131x_ioctl_mii() argument 305 struct mii_ioctl_data *data = if_mii(reqbuf); in et131x_ioctl_mii() 351 int et131x_ioctl(struct net_device *netdev, struct ifreq *reqbuf, int cmd) in et131x_ioctl() argument 361 status = et131x_ioctl_mii(netdev, reqbuf, cmd); in et131x_ioctl()
|
/drivers/ide/ |
D | ide-cd.c | 725 struct request_sense *reqbuf = sense; in ide_cd_queue_pc() local 727 if (reqbuf->sense_key == UNIT_ATTENTION) in ide_cd_queue_pc() 729 else if (reqbuf->sense_key == NOT_READY && in ide_cd_queue_pc() 730 reqbuf->asc == 4 && reqbuf->ascq != 4) { in ide_cd_queue_pc()
|
/drivers/net/wireless/ |
D | zd1201.c | 882 unsigned char reqbuf[ETH_ALEN*ZD1201_MAXMULTI]; in zd1201_set_multicast() local 889 memcpy(reqbuf+i*ETH_ALEN, mc->dmi_addr, ETH_ALEN); in zd1201_set_multicast() 892 zd1201_setconfig(zd, ZD1201_RID_CNFGROUPADDRESS, reqbuf, in zd1201_set_multicast()
|