Lines Matching refs:entry
303 * i40iw_qp_from_entry - Given entry, get to the qp structure
304 * @entry: Points to list of qp structure
306 static struct i40iw_sc_qp *i40iw_qp_from_entry(struct list_head *entry)
308 if (!entry)
311 return (struct i40iw_sc_qp *)((char *)entry - offsetof(struct i40iw_sc_qp, list));
321 struct list_head *entry = NULL;
328 entry = head->next;
331 entry = (lastentry != head) ? lastentry->next : NULL;
334 return i40iw_qp_from_entry(entry);
715 * i40iw_sc_ccq_get_cqe_info - get ccq's cq entry
717 * @info: completion q entry to return
778 * @info: completion q entry to return
1177 * i40iw_sc_add_arp_cache_entry - cqp wqe add arp cache entry
1179 * @info: arp entry information
1223 * i40iw_sc_del_arp_cache_entry - dele arp cache entry
1226 * @arp_index: arp index to delete arp entry
1259 * @arp_index: arp index to delete arp entry
1293 * @info: info for apbvt entry to add or delete
1334 * listener is created, it will call with entry type of I40IW_QHASH_TYPE_TCP_SYN with local
1336 * sent (active connections), this routine is called with entry type of
1339 * When iwarp connection is done and its state moves to RTS, the quad hash entry in
1425 * i40iw_sc_alloc_local_mac_ipaddr_entry - cqp wqe for loc mac entry
1498 * @entry_idx: index of mac entry
1855 * i40iw_sc_get_next_aeqe - get next aeq entry
3753 memcpy((char *)sdbuf->va + offset, &info->entry[3],
3766 (LS_64(info->entry[2].cmd, I40IW_CQPSQ_UPESD_SDCMD) |
3769 set_64bit_val(wqe, 56, info->entry[2].data);
3773 (LS_64(info->entry[1].cmd, I40IW_CQPSQ_UPESD_SDCMD) |
3776 set_64bit_val(wqe, 40, info->entry[1].data);
3780 LS_64(info->entry[0].cmd, I40IW_CQPSQ_UPESD_SDCMD));
3782 set_64bit_val(wqe, 8, info->entry[0].data);