Searched refs:send_queue (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | debug.c | 223 struct mlx5hws_send_engine *send_queue; in hws_debug_dump_context_send_engine() local 230 send_queue = &ctx->send_queue[i]; in hws_debug_dump_context_send_engine() 235 send_queue->used_entries, in hws_debug_dump_context_send_engine() 236 send_queue->num_entries, in hws_debug_dump_context_send_engine() 238 send_queue->num_entries, in hws_debug_dump_context_send_engine() 239 send_queue->err, in hws_debug_dump_context_send_engine() 240 send_queue->completed.ci, in hws_debug_dump_context_send_engine() 241 send_queue->completed.pi, in hws_debug_dump_context_send_engine() 242 send_queue->completed.mask); in hws_debug_dump_context_send_engine() 244 send_ring = &send_queue->send_ring; in hws_debug_dump_context_send_engine() [all …]
|
| H A D | send.c | 678 return hws_send_engine_poll(&ctx->send_queue[queue_id], res, res_nb); in mlx5hws_send_queue_poll() 1059 mlx5hws_send_queue_close(&ctx->send_queue[queues]); in __hws_send_queues_close() 1083 kfree(ctx->send_queue); in mlx5hws_send_queues_close() 1138 ctx->send_queue = kcalloc(ctx->queues, sizeof(*ctx->send_queue), GFP_KERNEL); in mlx5hws_send_queues_open() 1139 if (!ctx->send_queue) { in mlx5hws_send_queues_open() 1151 err = mlx5hws_send_queue_open(ctx, &ctx->send_queue[i], queue_size); in mlx5hws_send_queues_open() 1161 kfree(ctx->send_queue); in mlx5hws_send_queues_open() 1178 queue = &ctx->send_queue[queue_id]; in mlx5hws_send_queue_action() 1300 queue_id = queue - ctx->send_queue; in mlx5hws_send_stes_fw()
|
| H A D | rule.c | 312 queue = &ctx->send_queue[attr->queue_id]; in hws_rule_create_hws() 417 queue = &ctx->send_queue[attr->queue_id]; in hws_rule_destroy_failed_hws() 455 queue = &ctx->send_queue[attr->queue_id]; in hws_rule_destroy_hws() 528 if (unlikely(mlx5hws_send_engine_full(&ctx->send_queue[attr->queue_id]))) in hws_rule_enqueue_precheck() 622 queue = &ctx->send_queue[attr->queue_id]; in mlx5hws_rule_move_hws_add()
|
| H A D | pat_arg.c | 376 queue = &ctx->send_queue[ctx->queues - 1]; in mlx5hws_arg_write_inline_arg_data()
|
| H A D | action.c | 1711 queue = &ctx->send_queue[ctx->queues - 1]; in hws_action_create_dest_match_range_fill_table()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | htc_pipe.c | 303 struct list_head send_queue; /* temp queue to hold packets */ in htc_try_send() local 315 INIT_LIST_HEAD(&send_queue); in htc_try_send() 357 list_splice_tail_init(txq, &send_queue); in htc_try_send() 373 list_move_tail(&packet->list, &send_queue); in htc_try_send() 398 &send_queue); in htc_try_send() 402 if (list_empty(&send_queue)) { in htc_try_send() 418 if (!list_empty(&send_queue)) { in htc_try_send() 420 list_splice_tail_init(&send_queue, &ep->txq); in htc_try_send() 421 if (!list_empty(&send_queue)) { in htc_try_send() 426 INIT_LIST_HEAD(&send_queue); in htc_try_send() [all …]
|
| /linux/net/rxrpc/ |
| H A D | sendmsg.c | 245 struct rxrpc_txqueue *sq = call->send_queue; in rxrpc_queue_packet() 271 call->send_queue = NULL; in rxrpc_queue_packet() 293 if (call->send_queue) { in rxrpc_alloc_txqueue() 295 call->send_queue->next = tq; in rxrpc_alloc_txqueue() 296 call->send_queue = tq; in rxrpc_alloc_txqueue() 306 call->send_queue = tq; in rxrpc_alloc_txqueue() 397 if (!call->send_queue || !((call->send_top + 1) & RXRPC_TXQ_MASK)) { in rxrpc_send_data()
|
| H A D | ar-internal.h | 754 struct rxrpc_txqueue *send_queue; /* Queue that sendmsg is writing into */ member
|
| /linux/fs/dlm/ |
| H A D | midcomms.c | 164 struct list_head send_queue; member 310 list_for_each_entry_rcu(mh, &node->send_queue, list) { in dlm_send_queue_flush() 362 INIT_LIST_HEAD(&node->send_queue); in dlm_midcomms_addr() 455 list_for_each_entry_rcu(mh, &node->send_queue, list) { in dlm_receive_ack() 466 list_for_each_entry_rcu(mh, &node->send_queue, list) { in dlm_receive_ack() 941 list_for_each_entry_rcu(mh, &node->send_queue, list) { in dlm_midcomms_unack_msg_resend() 971 list_add_tail_rcu(&mh->list, &mh->node->send_queue); in midcomms_new_msg_cb()
|
| /linux/drivers/net/hamradio/ |
| H A D | yam.c | 125 struct sk_buff_head send_queue; /* Packets awaiting transmission */ member 588 skb_queue_tail(&yp->send_queue, skb); in yam_send_packet() 608 skb_queue_empty(&yp->send_queue)) in yam_arbitrate() 658 if (!(skb = skb_dequeue(&yp->send_queue))) { in yam_tx_byte() 702 if (skb_queue_empty(&yp->send_queue)) { in yam_tx_byte() 913 while ((skb = skb_dequeue(&yp->send_queue))) in yam_close() 1098 skb_queue_head_init(&yp->send_queue); in yam_setup()
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 302 struct send_queue { struct 396 struct send_queue *sq; 531 static void virtnet_xsk_completed(struct send_queue *sq, int num); 571 static int virtnet_add_outbuf(struct send_queue *sq, int num, void *data, in virtnet_add_outbuf() 590 static void __free_old_xmit(struct send_queue *sq, struct netdev_queue *txq, in __free_old_xmit() 634 static void virtnet_free_old_xmit(struct send_queue *sq, in virtnet_free_old_xmit() 779 struct send_queue *sq) in virtnet_tx_wake_queue() 796 struct send_queue *sq = &vi->sq[index]; in skb_xmit_done() 1093 static void free_old_xmit(struct send_queue *sq, struct netdev_queue *txq, in free_old_xmit() 1124 struct send_queue *sq) in tx_may_stop() [all …]
|