Home
last modified time | relevance | path

Searched refs:frame_queue (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_pathtbl.c86 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
87 skb_queue_walk(&mpath->frame_queue, skb) { in mesh_path_assign_nexthop()
94 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
169 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
170 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()
171 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
174 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue()
185 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue()
195 gate_mpath->dst, skb_queue_len(&gate_mpath->frame_queue)); in mesh_path_move_to_queue()
200 spin_lock_irqsave(&from_mpath->frame_queue in mesh_path_move_to_queue()
[all...]
H A Dmesh.h76 * @frame_queue: pending queue for frames sent to this destination while the
112 struct sk_buff_head frame_queue; member
H A Dmesh_hwmp.c1163 if (skb_queue_len(&mpath->frame_queue) >= MESH_FRAME_QUEUE_LEN) in mesh_nexthop_resolve()
1164 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve()
1168 skb_queue_tail(&mpath->frame_queue, skb); in mesh_nexthop_resolve()
H A Dcfg.c1946 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_pathtbl.c122 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
123 skb_queue_walk(&mpath->frame_queue, skb) { in mesh_path_assign_nexthop()
130 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
205 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
206 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()
207 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
210 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue()
221 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue()
231 gate_mpath->dst, skb_queue_len(&gate_mpath->frame_queue)); in mesh_path_move_to_queue()
236 spin_lock_irqsave(&from_mpath->frame_queue in mesh_path_move_to_queue()
[all...]
H A Dmesh.h77 * @frame_queue: pending queue for frames sent to this destination while the
113 struct sk_buff_head frame_queue; member
H A Dmesh_hwmp.c1181 if (skb_queue_len(&mpath->frame_queue) >= MESH_FRAME_QUEUE_LEN) in mesh_nexthop_resolve()
1182 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve()
1186 skb_queue_tail(&mpath->frame_queue, skb); in mesh_nexthop_resolve()
H A Dcfg.c2327 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic.h284 struct sk_buff_head frame_queue; member
H A Dfnic_fcs.c199 while ((skb = skb_dequeue(&fnic->frame_queue))) { in fnic_handle_frame()
215 skb_queue_head(&fnic->frame_queue, skb); in fnic_handle_frame()
919 skb_queue_tail(&fnic->frame_queue, skb); in fnic_rq_cmpl_frame_recv()
H A Dfnic_main.c879 skb_queue_head_init(&fnic->frame_queue); in fnic_probe()
967 skb_queue_purge(&fnic->frame_queue); in fnic_remove()
999 BUG_ON(!skb_queue_empty(&fnic->frame_queue)); in fnic_remove()
H A Dfnic_scsi.c215 skb_queue_purge(&fnic->frame_queue); in fnic_fw_reset_handler()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic.h289 struct sk_buff_head frame_queue; member
H A Dfnic_main.c895 skb_queue_head_init(&fnic->frame_queue); in fnic_probe()
983 skb_queue_purge(&fnic->frame_queue); in fnic_remove()
1015 BUG_ON(!skb_queue_empty(&fnic->frame_queue)); in fnic_remove()
H A Dfnic_fcs.c189 while ((skb = skb_dequeue(&fnic->frame_queue))) { in fnic_handle_frame()
205 skb_queue_head(&fnic->frame_queue, skb); in fnic_handle_frame()
909 skb_queue_tail(&fnic->frame_queue, skb); in fnic_rq_cmpl_frame_recv()
H A Dfnic_scsi.c203 skb_queue_purge(&fnic->frame_queue); in fnic_fw_reset_handler()

Completed in 30 milliseconds