Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A 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 …]
H A Drestrack.c192 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()
H A Dcm.c4073 struct c4iw_ep *lep = NULL; in rx_pkt() local
4097 lep = (struct c4iw_ep *)get_ep_from_stid(dev, stid); in rx_pkt()
4098 if (!lep) { in rx_pkt()
4200 if (lep) in rx_pkt()
4201 c4iw_put_ep(&lep->com); in rx_pkt()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_data.c113 xfs_dir2_leaf_entry_t *lep=NULL; /* block leaf entries */ in __xfs_dir3_data_check() local
134 lep = xfs_dir2_block_leaf_p(btp); in __xfs_dir3_data_check()
262 if (be32_to_cpu(lep[i].address) == addr && in __xfs_dir3_data_check()
263 be32_to_cpu(lep[i].hashval) == hash) in __xfs_dir3_data_check()
279 if (lep[i].address == in __xfs_dir3_data_check()
282 if (i > 0 && be32_to_cpu(lep[i].hashval) < in __xfs_dir3_data_check()
283 be32_to_cpu(lep[i - 1].hashval)) in __xfs_dir3_data_check()