Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dide-cd.c477 struct request_sense *reqbuf = sense; in ide_cd_queue_pc() local
479 if (reqbuf->sense_key == UNIT_ATTENTION) in ide_cd_queue_pc()
481 else if (reqbuf->sense_key == NOT_READY && in ide_cd_queue_pc()
482 reqbuf->asc == 4 && reqbuf->ascq != 4) { in ide_cd_queue_pc()
/linux-4.4.14/drivers/net/wireless/
Dzd1201.c880 unsigned char reqbuf[ETH_ALEN*ZD1201_MAXMULTI]; in zd1201_set_multicast() local
888 memcpy(reqbuf + i++ * ETH_ALEN, ha->addr, ETH_ALEN); in zd1201_set_multicast()
889 zd1201_setconfig(zd, ZD1201_RID_CNFGROUPADDRESS, reqbuf, in zd1201_set_multicast()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c543 struct lustre_msg *reqbuf; in ptlrpc_prep_req_from_pool() local
569 reqbuf = request->rq_reqbuf; in ptlrpc_prep_req_from_pool()
571 request->rq_reqbuf = reqbuf; in ptlrpc_prep_req_from_pool()
/linux-4.4.14/drivers/usb/gadget/udc/
Dgr_udc.c844 u8 *reqbuf = dev->ep0reqi->req.buf; in gr_ep0_respond() local
849 reqbuf[i] = buf[i]; in gr_ep0_respond()
/linux-4.4.14/drivers/net/ethernet/agere/
Det131x.c3687 static int et131x_ioctl(struct net_device *netdev, struct ifreq *reqbuf, in et131x_ioctl() argument
3695 return phy_mii_ioctl(adapter->phydev, reqbuf, cmd); in et131x_ioctl()
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_svc.c978 void *reqbuf; in bfa_fcxp_get_reqbuf() local
981 reqbuf = bfa_mem_get_dmabuf_kva(mod, fcxp->fcxp_tag, in bfa_fcxp_get_reqbuf()
983 return reqbuf; in bfa_fcxp_get_reqbuf()