Searched refs:list_entry (Results 1 - 25 of 75) sorted by last modified time

123

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c186 p = list_entry(priv->cm.rx_flush_list.next, typeof(*p), list);
798 p = list_entry(priv->cm.passive_ids.next, typeof(*p), list);
1205 p = list_entry(priv->cm.start_list.next, typeof(*p), list);
1243 p = list_entry(priv->cm.reap_list.next, typeof(*p), list);
1326 p = list_entry(priv->cm.passive_ids.prev, typeof(*p), list);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1250 msg = list_entry(ent->head.next, struct mlx5_cmd_msg,
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c411 event = list_entry(file->event_list.next, struct ib_uverbs_event, list);
H A Dib_user_mad.c365 packet = list_entry(file->recv_list.next, struct ib_umad_packet, list);
H A Dib_ucma.c413 uevent = list_entry(file->event_list.next, struct ucma_event, list);
H A Dib_ucm.c164 uevent = list_entry(ctx->events.next,
417 uevent = list_entry(file->events.next, struct ib_ucm_event, file_list);
1183 ctx = list_entry(file->ctxs.next,
H A Dib_iwcm.c107 work = list_entry(cm_id_priv->work_free_list.next, struct iwcm_work,
123 kfree(list_entry(e, struct iwcm_work, free_list));
885 work = list_entry(cm_id_priv->work_list.next,
H A Dib_cma.c1626 dev_id_priv = list_entry(id_priv->listen_list.next,
4341 id_priv = list_entry(cma_dev->id_list.next,
H A Dib_cm.c781 work = list_entry(cm_id_priv->work_list.next, struct cm_work, list);
H A Dib_verbs.c1481 fmr = list_entry(fmr_list->next, struct ib_fmr, list);
1605 qp = list_entry(xrcd->tgt_qp_list.next, struct ib_qp, xrcd_list);
H A Dib_multicast.c409 member = list_entry(group->active_list.next,
451 member = list_entry(group->pending_list.next,
504 member = list_entry(group->pending_list.next,
H A Dib_mad.c2327 mad_send_wr = list_entry(mad_agent_priv->wait_list.next,
2358 temp_mad_send_wr = list_entry(list_item,
2688 local = list_entry(mad_agent_priv->local_list.next,
2814 mad_send_wr = list_entry(mad_agent_priv->wait_list.next,
2939 mad_list = list_entry(qp_info->recv_queue.list.next,
H A Dib_addr.c739 req = list_entry(req_list.next, struct addr_req, list);
H A Dib_fmr_pool.c451 fmr = list_entry(pool->free_list.next, struct ib_pool_fmr, list);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h530 mm = list_entry(pos, struct c4iw_mm_entry, entry);
H A Dcm.c459 cle = list_entry(tmp, struct cqe_list_entry, entry);
H A Ddevice.c57 entry = list_entry(pos, struct c4iw_qid_list, entry);
70 entry = list_entry(pos, struct c4iw_qid_list, entry);
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c1263 list_entry *l;
/freebsd-11-stable/sys/compat/ndis/
H A Dndis_var.h909 list_entry np_list;
938 list_entry dh_waitlisthead;
947 list_entry nk_timerlistentry;
971 list_entry nk_dpclistentry;
1316 list_entry np_list;
1557 list_entry nmb_packetlist;
1626 list_entry nmb_parmlist;
1636 list_entry nmb_returnlist;
H A Dkern_windrv.c274 list_entry *e;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h168 #define list_entry(ptr, type, field) container_of(ptr, type, field) macro
171 list_entry((ptr)->next, type, member)
174 list_entry((ptr)->prev, type, member)
180 list_entry(((ptr)->member.next), typeof(*(ptr)), member)
186 list_entry(((ptr)->member.prev), typeof(*(ptr)), member)
195 for (p = list_entry((h)->next, typeof(*p), field); &(p)->field != (h); \
196 p = list_entry((p)->field.next, typeof(*p), field))
199 for (p = list_entry((h)->next, typeof(*p), field), \
200 n = list_entry((p)->field.next, typeof(*p), field); &(p)->field != (h);\
201 p = n, n = list_entry(
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_ooo.h43 osal_list_entry_t list_entry; member in struct:ecore_ooo_buffer
54 osal_list_entry_t list_entry; member in struct:ecore_ooo_isle
H A Decore_ll2.h52 osal_list_entry_t list_entry; member in struct:ecore_ll2_rx_packet
66 osal_list_entry_t list_entry; member in struct:ecore_ll2_tx_packet
H A Decore_iwarp.h73 osal_list_entry_t list_entry; member in struct:ecore_iwarp_ll2_mpa_buf
154 osal_list_entry_t list_entry; member in struct:ecore_iwarp_ep
193 osal_list_entry_t list_entry; member in struct:ecore_iwarp_listener
H A Decore_iscsi_api.h91 osal_list_entry_t list_entry; member in struct:ecore_iscsi_conn

Completed in 215 milliseconds

123