Searched refs:lep (Results 1 – 4 of 4) sorted by relevance
/drivers/infiniband/hw/cxgb4/ |
D | device.c | 126 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 …]
|
D | restrack.c | 192 struct c4iw_listen_ep lep; member 223 uep->lep = *(struct c4iw_listen_ep *)epcp; in c4iw_fill_res_cm_id_entry() 225 listen_ep = &uep->lep; in c4iw_fill_res_cm_id_entry()
|
D | cm.c | 4069 struct c4iw_ep *lep = NULL; in rx_pkt() local 4093 lep = (struct c4iw_ep *)get_ep_from_stid(dev, stid); in rx_pkt() 4094 if (!lep) { in rx_pkt() 4196 if (lep) in rx_pkt() 4197 c4iw_put_ep(&lep->com); in rx_pkt()
|
/drivers/usb/gadget/udc/ |
D | lpc32xx_udc.c | 106 u32 lep; member 1407 if (ep->lep) { in done() 1754 if (ep->lep) { in lpc32xx_ep_queue() 2525 .lep = 0, 2538 .lep = 1, 2551 .lep = 2, 2564 .lep = 3, 2577 .lep = 4, 2590 .lep = 5, 2603 .lep = 6, [all …]
|