Searched refs:send_list (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c18 struct list_head *send_list)
38 ste_info_last, send_list, true);
124 list_del(&ste_info->send_list);
155 send_ste_list, send_list) {
163 send_ste_list, send_list) {
502 &rehash_table_send_list, send_list) {
503 list_del(&del_ste_info->send_list);
540 struct list_head *send_list)
556 new_ste, miss_list, send_list)) {
562 ste_info, send_list, fals
14 dr_rule_append_to_miss_list(struct mlx5dr_domain *dmn, enum mlx5dr_domain_nic_type nic_type, struct mlx5dr_ste *new_last_ste, struct list_head *miss_list, struct list_head *send_list) argument
535 dr_rule_handle_collision(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *ste, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) argument
779 dr_rule_handle_empty_entry(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_htbl *cur_htbl, struct mlx5dr_ste *ste, u8 ste_location, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) argument
[all...]
H A Ddr_send.c500 * with send_list parameters:
506 * @ste_info: ste to be sent with send_list
507 * @send_list: to append into it
516 struct list_head *send_list,
530 list_add_tail(&ste_info->send_list, send_list);
513 mlx5dr_send_fill_and_append_ste_send_info(struct mlx5dr_ste *ste, u16 size, u16 offset, u8 *data, struct mlx5dr_ste_send_info *ste_info, struct list_head *send_list, bool copy_data) argument
H A Ddr_types.h201 struct list_head send_list; member in struct:mlx5dr_ste_send_info
211 struct list_head *send_list,
H A Ddr_ste.c363 &send_ste_list, send_list) {
364 list_del(&cur_ste_info->send_list);
/linux-master/fs/dlm/
H A Dplock.c20 static LIST_HEAD(send_list);
95 list_add_tail(&op->list, &send_list);
491 if (!list_empty(&send_list)) {
492 op = list_first_entry(&send_list, struct plock_op, list);
593 if (!list_empty(&send_list))
627 WARN_ON(!list_empty(&send_list));
/linux-master/drivers/infiniband/core/
H A Dmad_priv.h97 struct list_head send_list; member in struct:ib_mad_agent_private
H A Duser_mad.c116 struct list_head send_list; member in struct:ib_umad_file
472 list_for_each_entry(sent_packet, &file->send_list, list) {
630 list_add_tail(&packet->list, &file->send_list);
636 list_add_tail(&packet->list, &file->send_list);
1017 INIT_LIST_HEAD(&file->send_list);
H A Dmad.c392 INIT_LIST_HEAD(&mad_agent_priv->send_list);
1129 &mad_agent_priv->send_list);
1756 list_for_each_entry(wr, &mad_agent_priv->send_list, agent_list) {
2410 &mad_agent_priv->send_list, agent_list) {
2447 list_for_each_entry(mad_send_wr, &mad_agent_priv->send_list,
2612 &mad_send_wr->mad_agent_priv->send_list);
H A Dmad_rmpp.c736 &mad_send_wr->mad_agent_priv->send_list);
/linux-master/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c95 struct list_head send_list; member in struct:vduse_dev
200 list_splice_init(&dev->recv_list, &dev->send_list);
201 list_for_each_entry_safe(msg, tmp, &dev->send_list, list) {
226 vduse_enqueue_msg(&dev->send_list, msg);
332 msg = vduse_dequeue_msg(&dev->send_list);
342 !list_empty(&dev->send_list));
353 vduse_enqueue_msg(&dev->send_list, msg);
416 if (!list_empty(&dev->send_list))
1422 list_splice_init(&dev->recv_list, &dev->send_list);
1640 INIT_LIST_HEAD(&dev->send_list);
[all...]
/linux-master/drivers/nvme/host/
H A Dtcp.c147 struct list_head send_list; member in struct:nvme_tcp_queue
365 return !list_empty(&queue->send_list) ||
382 list_empty(&queue->send_list) && !queue->request;
385 * if we're the first on the send_list and we can try to send
406 list_add(&req->entry, &queue->send_list);
415 req = list_first_entry_or_null(&queue->send_list,
419 req = list_first_entry_or_null(&queue->send_list,
1657 INIT_LIST_HEAD(&queue->send_list);

Completed in 262 milliseconds