Searched refs:first_req (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/net/caif/
H A Dcfctrl.h107 /* Protects from simultaneous access to first_req list */
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_io.c190 struct esas2r_request *rq = sgc->first_req; esas2r_build_sg_list_sge()
373 struct esas2r_request *rq = sgc->first_req; esas2r_build_prd_iblk()
527 struct esas2r_request *rq = sgc->first_req; esas2r_build_sg_list_prd()
H A Desas2r.h602 struct esas2r_request *first_req; member in struct:esas2r_sg_context
1174 sgc->first_req = rq; esas2r_sgc_init()
H A Desas2r_ioctl.c1876 sgc.first_req = rq; esas2r_read_vda()
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c747 struct bdc_req *first_req; ep_dequeue() local
834 first_req = list_first_entry(&ep->queue, struct bdc_req, ep_dequeue()
837 if (req == first_req) ep_dequeue()

Completed in 242 milliseconds