Searched refs:send_list (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_rule.c | 18 struct list_head *send_list) in dr_rule_append_to_miss_list() argument 38 ste_info_last, send_list, true); in dr_rule_append_to_miss_list() 124 list_del(&ste_info->send_list); in dr_rule_handle_one_ste_in_update_list() 155 send_ste_list, send_list) { in dr_rule_send_update_list() 163 send_ste_list, send_list) { in dr_rule_send_update_list() 502 &rehash_table_send_list, send_list) { in dr_rule_rehash_htbl() 503 list_del(&del_ste_info->send_list); in dr_rule_rehash_htbl() 540 struct list_head *send_list) in dr_rule_handle_collision() argument 556 new_ste, miss_list, send_list)) { in dr_rule_handle_collision() 562 ste_info, send_list, false); in dr_rule_handle_collision() [all …]
|
| H A D | dr_send.c | 516 struct list_head *send_list, in mlx5dr_send_fill_and_append_ste_send_info() argument 530 list_add_tail(&ste_info->send_list, send_list); in mlx5dr_send_fill_and_append_ste_send_info()
|
| H A D | dr_types.h | 201 struct list_head send_list; member 211 struct list_head *send_list,
|
| /linux/fs/dlm/ |
| H A D | plock.c | 20 static LIST_HEAD(send_list); 95 list_add_tail(&op->list, &send_list); in send_op() 491 if (!list_empty(&send_list)) { in dev_read() 492 op = list_first_entry(&send_list, struct plock_op, list); in dev_read() 593 if (!list_empty(&send_list)) in dev_poll() 627 WARN_ON(!list_empty(&send_list)); in dlm_plock_exit()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 123 struct list_head send_list; member 237 list_splice_init(&dev->recv_list, &dev->send_list); in vduse_dev_broken() 238 list_for_each_entry_safe(msg, tmp, &dev->send_list, list) { in vduse_dev_broken() 263 vduse_enqueue_msg(&dev->send_list, msg); in vduse_dev_msg_sync() 376 msg = vduse_dequeue_msg(&dev->send_list); in vduse_dev_read_iter() 385 !list_empty(&dev->send_list)); in vduse_dev_read_iter() 394 * We must ensure vduse_msg is on send_list or recv_list before unlock in vduse_dev_read_iter() 404 * Roll back: move msg back to send_list if still pending. in is_mem_zero() 415 vduse_enqueue_msg_head(&dev->send_list, msg); in vduse_dev_write_iter() 476 if (!list_empty(&dev->send_list)) in vduse_dev_reset() [all...] |
| /linux/drivers/infiniband/core/ |
| H A D | user_mad.c | 119 struct list_head send_list; member 481 list_for_each_entry(sent_packet, &file->send_list, list) { in is_duplicate() 643 list_add_tail(&packet->list, &file->send_list); in ib_umad_write() 649 list_add_tail(&packet->list, &file->send_list); in ib_umad_write() 1030 INIT_LIST_HEAD(&file->send_list); in ib_umad_open()
|
| H A D | mad.c | 415 INIT_LIST_HEAD(&mad_agent_priv->send_list); in ib_register_mad_agent() 1104 &mad_agent_priv->send_list); in handle_send_state() 1109 &mad_agent_priv->send_list); in handle_send_state() 1971 list_for_each_entry(wr, &mad_agent_priv->send_list, agent_list) { in ib_find_send_mad() 2662 &mad_agent_priv->send_list, agent_list) in cancel_mads() 2695 list_for_each_entry(mad_send_wr, &mad_agent_priv->send_list, in find_send_wr()
|
| H A D | mad_rmpp.c | 744 &mad_send_wr->mad_agent_priv->send_list); in process_rmpp_ack()
|
| /linux/drivers/nvme/host/ |
| H A D | tcp.c | 112 struct list_head send_list; 389 return !list_empty(&queue->send_list) || in nvme_tcp_send_all() 406 list_empty(&queue->send_list) && !queue->request; in nvme_tcp_queue_request() 409 * if we're the first on the send_list and we can try to send in nvme_tcp_queue_request() 430 list_add(&req->entry, &queue->send_list); in nvme_tcp_process_req_list() 439 req = list_first_entry_or_null(&queue->send_list, in nvme_tcp_process_req_list() 443 req = list_first_entry_or_null(&queue->send_list, in nvme_tcp_fetch_request() 1788 INIT_LIST_HEAD(&queue->send_list); in nvme_tcp_alloc_queue() 150 struct list_head send_list; global() member
|