Searched refs:frame_queue (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/mac80211/ |
D | mesh_pathtbl.c | 92 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop() 93 skb_queue_walk(&mpath->frame_queue, skb) { in mesh_path_assign_nexthop() 100 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop() 176 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue() 177 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue() 178 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue() 181 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue() 192 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue() 202 gate_mpath->dst, skb_queue_len(&gate_mpath->frame_queue)); in mesh_path_move_to_queue() 207 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue() [all …]
|
D | mesh.h | 112 struct sk_buff_head frame_queue; member
|
D | mesh_hwmp.c | 1140 if (skb_queue_len(&mpath->frame_queue) >= MESH_FRAME_QUEUE_LEN) in mesh_nexthop_resolve() 1141 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve() 1145 skb_queue_tail(&mpath->frame_queue, skb); in mesh_nexthop_resolve()
|
D | cfg.c | 1731 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
|
/Linux-v4.19/drivers/scsi/fnic/ |
D | fnic_main.c | 883 skb_queue_head_init(&fnic->frame_queue); in fnic_probe() 972 skb_queue_purge(&fnic->frame_queue); in fnic_remove() 1004 BUG_ON(!skb_queue_empty(&fnic->frame_queue)); in fnic_remove()
|
D | fnic.h | 282 struct sk_buff_head frame_queue; member
|
D | fnic_fcs.c | 183 while ((skb = skb_dequeue(&fnic->frame_queue))) { in fnic_handle_frame() 199 skb_queue_head(&fnic->frame_queue, skb); in fnic_handle_frame() 912 skb_queue_tail(&fnic->frame_queue, skb); in fnic_rq_cmpl_frame_recv()
|
D | fnic_scsi.c | 215 skb_queue_purge(&fnic->frame_queue); in fnic_fw_reset_handler()
|