lep              4068 drivers/infiniband/hw/cxgb4/cm.c 	struct c4iw_ep *lep = NULL;
lep              4092 drivers/infiniband/hw/cxgb4/cm.c 	lep = (struct c4iw_ep *)get_ep_from_stid(dev, stid);
lep              4093 drivers/infiniband/hw/cxgb4/cm.c 	if (!lep) {
lep              4191 drivers/infiniband/hw/cxgb4/cm.c 	if (lep)
lep              4192 drivers/infiniband/hw/cxgb4/cm.c 		c4iw_put_ep(&lep->com);
lep               126 drivers/infiniband/hw/cxgb4/device.c 	struct wr_log_entry *lep;
lep               137 drivers/infiniband/hw/cxgb4/device.c 	lep = &dev->rdev.wr_log[idx];
lep               139 drivers/infiniband/hw/cxgb4/device.c 		if (lep->valid) {
lep               142 drivers/infiniband/hw/cxgb4/device.c 				prev_time = lep->poll_host_time;
lep               150 drivers/infiniband/hw/cxgb4/device.c 				   ktime_to_ns(ktime_sub(lep->poll_host_time,
lep               152 drivers/infiniband/hw/cxgb4/device.c 				   lep->qid, lep->opcode,
lep               153 drivers/infiniband/hw/cxgb4/device.c 				   lep->opcode == FW_RI_RECEIVE ?
lep               155 drivers/infiniband/hw/cxgb4/device.c 				   lep->wr_id,
lep               156 drivers/infiniband/hw/cxgb4/device.c 				   ktime_to_ns(ktime_sub(lep->poll_host_time,
lep               157 drivers/infiniband/hw/cxgb4/device.c 							 lep->post_host_time)),
lep               158 drivers/infiniband/hw/cxgb4/device.c 				   lep->post_sge_ts, lep->cqe_sge_ts,
lep               159 drivers/infiniband/hw/cxgb4/device.c 				   lep->poll_sge_ts,
lep               160 drivers/infiniband/hw/cxgb4/device.c 				   ts2ns(lep->poll_sge_ts - lep->post_sge_ts),
lep               161 drivers/infiniband/hw/cxgb4/device.c 				   ts2ns(lep->poll_sge_ts - lep->cqe_sge_ts));
lep               162 drivers/infiniband/hw/cxgb4/device.c 			prev_time = lep->poll_host_time;
lep               167 drivers/infiniband/hw/cxgb4/device.c 		lep = &dev->rdev.wr_log[idx];
lep               672 drivers/infiniband/hw/cxgb4/device.c 	struct c4iw_listen_ep *lep;
lep               690 drivers/infiniband/hw/cxgb4/device.c 	xa_for_each(&epd->devp->stids, index, lep)
lep               709 drivers/infiniband/hw/cxgb4/device.c 	xa_for_each(&epd->devp->stids, index, lep)
lep               710 drivers/infiniband/hw/cxgb4/device.c 		dump_listen_ep(lep, epd);
lep               194 drivers/infiniband/hw/cxgb4/restrack.c 	struct c4iw_listen_ep lep;
lep               226 drivers/infiniband/hw/cxgb4/restrack.c 		uep->lep = *(struct c4iw_listen_ep *)epcp;
lep               228 drivers/infiniband/hw/cxgb4/restrack.c 		listen_ep = &uep->lep;
lep               740 drivers/misc/mic/scif/scif_api.c 	struct scif_endpt *lep = (struct scif_endpt *)epd;
lep               748 drivers/misc/mic/scif/scif_api.c 		"SCIFAPI accept: ep %p %s\n", lep, scif_ep_states[lep->state]);
lep               757 drivers/misc/mic/scif/scif_api.c 	spin_lock(&lep->lock);
lep               758 drivers/misc/mic/scif/scif_api.c 	if (lep->state != SCIFEP_LISTENING) {
lep               759 drivers/misc/mic/scif/scif_api.c 		spin_unlock(&lep->lock);
lep               763 drivers/misc/mic/scif/scif_api.c 	if (!lep->conreqcnt && !(flags & SCIF_ACCEPT_SYNC)) {
lep               765 drivers/misc/mic/scif/scif_api.c 		spin_unlock(&lep->lock);
lep               769 drivers/misc/mic/scif/scif_api.c 	lep->files = current->files;
lep               771 drivers/misc/mic/scif/scif_api.c 	spin_unlock(&lep->lock);
lep               773 drivers/misc/mic/scif/scif_api.c 	err = wait_event_interruptible(lep->conwq,
lep               774 drivers/misc/mic/scif/scif_api.c 				       (lep->conreqcnt ||
lep               775 drivers/misc/mic/scif/scif_api.c 				       (lep->state != SCIFEP_LISTENING)));
lep               779 drivers/misc/mic/scif/scif_api.c 	if (lep->state != SCIFEP_LISTENING)
lep               782 drivers/misc/mic/scif/scif_api.c 	spin_lock(&lep->lock);
lep               784 drivers/misc/mic/scif/scif_api.c 	if (!lep->conreqcnt)
lep               788 drivers/misc/mic/scif/scif_api.c 	conreq = list_first_entry(&lep->conlist, struct scif_conreq, list);
lep               790 drivers/misc/mic/scif/scif_api.c 	lep->conreqcnt--;
lep               791 drivers/misc/mic/scif/scif_api.c 	spin_unlock(&lep->lock);
lep               840 drivers/misc/mic/scif/scif_api.c 			lep, cep, err, cep->qp_info.qp_offset);
lep               845 drivers/misc/mic/scif/scif_api.c 	cep->port.node = lep->port.node;
lep               846 drivers/misc/mic/scif/scif_api.c 	cep->port.port = lep->port.port;
lep               887 drivers/misc/mic/scif/scif_api.c 			spin_lock(&lep->lock);
lep               106 drivers/usb/gadget/udc/lpc32xx_udc.c 	u32			lep;
lep              1419 drivers/usb/gadget/udc/lpc32xx_udc.c 	if (ep->lep) {
lep              1766 drivers/usb/gadget/udc/lpc32xx_udc.c 	if (ep->lep) {
lep              2534 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 0,
lep              2547 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 1,
lep              2560 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 2,
lep              2573 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 3,
lep              2586 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 4,
lep              2599 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 5,
lep              2612 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 6,
lep              2625 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 7,
lep              2638 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 8,
lep              2651 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 9,
lep              2664 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 10,
lep              2677 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 11,
lep              2690 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 12,
lep              2703 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 13,
lep              2716 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 14,
lep              2729 drivers/usb/gadget/udc/lpc32xx_udc.c 		.lep		= 15,
lep               907 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */
lep               968 fs/xfs/libxfs/xfs_dir2_block.c 	       (uint)sizeof(*lep) * (leafhdr.count - leafhdr.stale);
lep              1005 fs/xfs/libxfs/xfs_dir2_block.c 	lep = xfs_dir2_block_leaf_p(btp);
lep              1009 fs/xfs/libxfs/xfs_dir2_block.c 		lep[to++] = ents[from];
lep                49 fs/xfs/libxfs/xfs_dir2_data.c 	xfs_dir2_leaf_entry_t	*lep=NULL;	/* block leaf entries */
lep                80 fs/xfs/libxfs/xfs_dir2_data.c 		lep = xfs_dir2_block_leaf_p(btp);
lep               194 fs/xfs/libxfs/xfs_dir2_data.c 				if (be32_to_cpu(lep[i].address) == addr &&
lep               195 fs/xfs/libxfs/xfs_dir2_data.c 				    be32_to_cpu(lep[i].hashval) == hash)
lep               211 fs/xfs/libxfs/xfs_dir2_data.c 			if (lep[i].address ==
lep               214 fs/xfs/libxfs/xfs_dir2_data.c 			if (i > 0 && be32_to_cpu(lep[i].hashval) <
lep               215 fs/xfs/libxfs/xfs_dir2_data.c 				     be32_to_cpu(lep[i - 1].hashval))
lep               480 fs/xfs/libxfs/xfs_dir2_leaf.c 		xfs_dir2_leaf_entry_t	*lep;	/* leaf entry table pointer */
lep               487 fs/xfs/libxfs/xfs_dir2_leaf.c 		lep = &ents[index];
lep               489 fs/xfs/libxfs/xfs_dir2_leaf.c 			memmove(lep + 1, lep,
lep               490 fs/xfs/libxfs/xfs_dir2_leaf.c 				(leafhdr->count - index) * sizeof(*lep));
lep               497 fs/xfs/libxfs/xfs_dir2_leaf.c 		return lep;
lep               575 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_leaf_entry *lep;	/* leaf entry table pointer */
lep               621 fs/xfs/libxfs/xfs_dir2_leaf.c 	for (use_block = -1, lep = &ents[index];
lep               622 fs/xfs/libxfs/xfs_dir2_leaf.c 	     index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval;
lep               623 fs/xfs/libxfs/xfs_dir2_leaf.c 	     index++, lep++) {
lep               624 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR)
lep               626 fs/xfs/libxfs/xfs_dir2_leaf.c 		i = xfs_dir2_dataptr_to_db(args->geo, be32_to_cpu(lep->address));
lep               842 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale,
lep               848 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep->hashval = cpu_to_be32(args->hashval);
lep               849 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep->address = cpu_to_be32(
lep              1119 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */
lep              1139 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep = &ents[index];
lep              1146 fs/xfs/libxfs/xfs_dir2_leaf.c 	       xfs_dir2_dataptr_to_off(args->geo, be32_to_cpu(lep->address)));
lep              1178 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */
lep              1210 fs/xfs/libxfs/xfs_dir2_leaf.c 	for (lep = &ents[index];
lep              1211 fs/xfs/libxfs/xfs_dir2_leaf.c 	     index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval;
lep              1212 fs/xfs/libxfs/xfs_dir2_leaf.c 	     lep++, index++) {
lep              1216 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR)
lep              1222 fs/xfs/libxfs/xfs_dir2_leaf.c 					       be32_to_cpu(lep->address));
lep              1244 fs/xfs/libxfs/xfs_dir2_leaf.c 						be32_to_cpu(lep->address)));
lep              1311 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */
lep              1338 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep = &ents[index];
lep              1339 fs/xfs/libxfs/xfs_dir2_leaf.c 	db = xfs_dir2_dataptr_to_db(args->geo, be32_to_cpu(lep->address));
lep              1341 fs/xfs/libxfs/xfs_dir2_leaf.c 		xfs_dir2_dataptr_to_off(args->geo, be32_to_cpu(lep->address)));
lep              1361 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep->address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR);
lep              1452 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */
lep              1470 fs/xfs/libxfs/xfs_dir2_leaf.c 	lep = &ents[index];
lep              1476 fs/xfs/libxfs/xfs_dir2_leaf.c 	       xfs_dir2_dataptr_to_off(args->geo, be32_to_cpu(lep->address)));
lep              1505 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */
lep              1518 fs/xfs/libxfs/xfs_dir2_leaf.c 	for (lep = ents, low = 0, high = leafhdr.count - 1,
lep              1522 fs/xfs/libxfs/xfs_dir2_leaf.c 		if ((hash = be32_to_cpu(lep[mid].hashval)) == hashwant)
lep              1533 fs/xfs/libxfs/xfs_dir2_leaf.c 		while (mid > 0 && be32_to_cpu(lep[mid - 1].hashval) == hashwant) {
lep               431 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir2_leaf_entry *lep;
lep               489 fs/xfs/libxfs/xfs_dir2_node.c 	lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale,
lep               492 fs/xfs/libxfs/xfs_dir2_node.c 	lep->hashval = cpu_to_be32(args->hashval);
lep               493 fs/xfs/libxfs/xfs_dir2_node.c 	lep->address = cpu_to_be32(xfs_dir2_db_off_to_dataptr(args->geo,
lep               574 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */
lep               611 fs/xfs/libxfs/xfs_dir2_node.c 	for (lep = &ents[index];
lep               612 fs/xfs/libxfs/xfs_dir2_node.c 	     index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval;
lep               613 fs/xfs/libxfs/xfs_dir2_node.c 	     lep++, index++) {
lep               617 fs/xfs/libxfs/xfs_dir2_node.c 		if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR)
lep               623 fs/xfs/libxfs/xfs_dir2_node.c 					       be32_to_cpu(lep->address));
lep               726 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */
lep               759 fs/xfs/libxfs/xfs_dir2_node.c 	for (lep = &ents[index];
lep               760 fs/xfs/libxfs/xfs_dir2_node.c 	     index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval;
lep               761 fs/xfs/libxfs/xfs_dir2_node.c 	     lep++, index++) {
lep               765 fs/xfs/libxfs/xfs_dir2_node.c 		if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR)
lep               771 fs/xfs/libxfs/xfs_dir2_node.c 					       be32_to_cpu(lep->address));
lep               810 fs/xfs/libxfs/xfs_dir2_node.c 						be32_to_cpu(lep->address)));
lep              1210 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */
lep              1231 fs/xfs/libxfs/xfs_dir2_node.c 	lep = &ents[index];
lep              1236 fs/xfs/libxfs/xfs_dir2_node.c 	db = xfs_dir2_dataptr_to_db(args->geo, be32_to_cpu(lep->address));
lep              1238 fs/xfs/libxfs/xfs_dir2_node.c 	off = xfs_dir2_dataptr_to_off(args->geo, be32_to_cpu(lep->address));
lep              1249 fs/xfs/libxfs/xfs_dir2_node.c 	lep->address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR);
lep              2159 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry being changed */
lep              2199 fs/xfs/libxfs/xfs_dir2_node.c 		lep = &ents[blk->index];
lep              2210 fs/xfs/libxfs/xfs_dir2_node.c 					       be32_to_cpu(lep->address)));