Home
last modified time | relevance | path

Searched refs:send_list (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c15 struct list_head *send_list) in dr_rule_append_to_miss_list() argument
34 ste_info_last, send_list, true); in dr_rule_append_to_miss_list()
105 list_del(&ste_info->send_list); in dr_rule_handle_one_ste_in_update_list()
129 send_ste_list, send_list) { in dr_rule_send_update_list()
137 send_ste_list, send_list) { in dr_rule_send_update_list()
459 &rehash_table_send_list, send_list) { in dr_rule_rehash_htbl()
460 list_del(&del_ste_info->send_list); in dr_rule_rehash_htbl()
497 struct list_head *send_list) in dr_rule_handle_collision() argument
510 if (dr_rule_append_to_miss_list(new_ste, miss_list, send_list)) { in dr_rule_handle_collision()
516 ste_info, send_list, false); in dr_rule_handle_collision()
[all …]
H A Ddr_send.c287 struct list_head *send_list, in mlx5dr_send_fill_and_append_ste_send_info() argument
301 list_add_tail(&ste_info->send_list, send_list); in mlx5dr_send_fill_and_append_ste_send_info()
H A Ddr_types.h173 struct list_head send_list; member
183 struct list_head *send_list,
H A Ddr_ste.c514 &send_ste_list, send_list) { in mlx5dr_ste_free()
515 list_del(&cur_ste_info->send_list); in mlx5dr_ste_free()
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dplock.c17 static struct list_head send_list; variable
66 list_add_tail(&op->list, &send_list); in send_op()
390 if (!list_empty(&send_list)) { in dev_read()
391 op = list_entry(send_list.next, struct plock_op, list); in dev_read()
468 if (!list_empty(&send_list)) in dev_poll()
494 INIT_LIST_HEAD(&send_list); in dlm_plock_init()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dmad_priv.h97 struct list_head send_list; member
H A Duser_mad.c116 struct list_head send_list; member
467 list_for_each_entry(sent_packet, &file->send_list, list) { in is_duplicate()
625 list_add_tail(&packet->list, &file->send_list); in ib_umad_write()
631 list_add_tail(&packet->list, &file->send_list); in ib_umad_write()
1016 INIT_LIST_HEAD(&file->send_list); in ib_umad_open()
H A Dmad.c398 INIT_LIST_HEAD(&mad_agent_priv->send_list); in ib_register_mad_agent()
1137 &mad_agent_priv->send_list); in ib_post_send_mad()
1766 list_for_each_entry(wr, &mad_agent_priv->send_list, agent_list) { in ib_find_send_mad()
2420 &mad_agent_priv->send_list, agent_list) { in cancel_mads()
2457 list_for_each_entry(mad_send_wr, &mad_agent_priv->send_list, in find_send_wr()
2627 &mad_send_wr->mad_agent_priv->send_list); in retry_send()
H A Dmad_rmpp.c736 &mad_send_wr->mad_agent_priv->send_list); in process_rmpp_ack()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtcp.c120 struct list_head send_list; member
315 return !list_empty(&queue->send_list) || in nvme_tcp_queue_more()
326 list_empty(&queue->send_list) && !queue->request; in nvme_tcp_queue_request()
350 list_add(&req->entry, &queue->send_list); in nvme_tcp_process_req_list()
359 req = list_first_entry_or_null(&queue->send_list, in nvme_tcp_fetch_request()
363 req = list_first_entry_or_null(&queue->send_list, in nvme_tcp_fetch_request()
1440 INIT_LIST_HEAD(&queue->send_list); in nvme_tcp_alloc_queue()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drm.h300 int *send_list; /**< List of handles to buffers */ member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drm.h300 int *send_list; /**< List of handles to buffers */ member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drm.h300 int *send_list; /**< List of handles to buffers */ member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drm.h300 int *send_list; /**< List of handles to buffers */ member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drm.c1825 dma.send_indices = request->send_list; in drmDMA()