Searched refs:frame_queue (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/net/mac80211/ |
| H A D | mesh_pathtbl.c | 123 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop() 124 skb_queue_walk(&mpath->frame_queue, skb) { in mesh_path_assign_nexthop() 131 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop() 206 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue() 207 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue() 211 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue() 222 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue() 237 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue() 238 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue() 417 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_new() [all …]
|
| H A D | mesh.h | 114 struct sk_buff_head frame_queue; member
|
| H A D | mesh_hwmp.c | 1189 if (skb_queue_len(&mpath->frame_queue) >= MESH_FRAME_QUEUE_LEN) in mesh_nexthop_resolve() 1190 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve() 1194 skb_queue_tail(&mpath->frame_queue, skb); in mesh_nexthop_resolve()
|
| H A D | cfg.c | 2373 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
|
| /linux-6.15/drivers/scsi/fnic/ |
| H A D | fnic.h | 439 struct list_head frame_queue; member
|
| H A D | fnic_fcs.c | 290 list_for_each_entry_safe(cur_frame, next, &fnic->frame_queue, links) { in fnic_handle_frame() 534 list_add_tail(&frame_elem->links, &fnic->frame_queue); in fnic_rq_cmpl_frame_recv()
|
| H A D | fnic_main.c | 1021 INIT_LIST_HEAD(&fnic->frame_queue); in fnic_probe() 1180 fnic_free_txq(&fnic->frame_queue); in fnic_remove()
|