Home
last modified time | relevance | path

Searched refs:lep (Results 1 – 5 of 5) sorted by relevance

/drivers/misc/mic/scif/
Dscif_api.c740 struct scif_endpt *lep = (struct scif_endpt *)epd; in scif_accept() local
748 "SCIFAPI accept: ep %p %s\n", lep, scif_ep_states[lep->state]); in scif_accept()
757 spin_lock(&lep->lock); in scif_accept()
758 if (lep->state != SCIFEP_LISTENING) { in scif_accept()
759 spin_unlock(&lep->lock); in scif_accept()
763 if (!lep->conreqcnt && !(flags & SCIF_ACCEPT_SYNC)) { in scif_accept()
765 spin_unlock(&lep->lock); in scif_accept()
769 lep->files = current->files; in scif_accept()
771 spin_unlock(&lep->lock); in scif_accept()
773 err = wait_event_interruptible(lep->conwq, in scif_accept()
[all …]
/drivers/infiniband/hw/cxgb4/
Ddevice.c126 struct wr_log_entry *lep; in wr_log_show() local
137 lep = &dev->rdev.wr_log[idx]; in wr_log_show()
139 if (lep->valid) { in wr_log_show()
142 prev_time = lep->poll_host_time; in wr_log_show()
150 ktime_to_ns(ktime_sub(lep->poll_host_time, in wr_log_show()
152 lep->qid, lep->opcode, in wr_log_show()
153 lep->opcode == FW_RI_RECEIVE ? in wr_log_show()
155 lep->wr_id, in wr_log_show()
156 ktime_to_ns(ktime_sub(lep->poll_host_time, in wr_log_show()
157 lep->post_host_time)), in wr_log_show()
[all …]
Drestrack.c194 struct c4iw_listen_ep lep; member
226 uep->lep = *(struct c4iw_listen_ep *)epcp; in fill_res_ep_entry()
228 listen_ep = &uep->lep; in fill_res_ep_entry()
Dcm.c4065 struct c4iw_ep *lep = NULL; in rx_pkt() local
4089 lep = (struct c4iw_ep *)get_ep_from_stid(dev, stid); in rx_pkt()
4090 if (!lep) { in rx_pkt()
4188 if (lep) in rx_pkt()
4189 c4iw_put_ep(&lep->com); in rx_pkt()
/drivers/usb/gadget/udc/
Dlpc32xx_udc.c106 u32 lep; member
1419 if (ep->lep) { in done()
1766 if (ep->lep) { in lpc32xx_ep_queue()
2534 .lep = 0,
2547 .lep = 1,
2560 .lep = 2,
2573 .lep = 3,
2586 .lep = 4,
2599 .lep = 5,
2612 .lep = 6,
[all …]