Searched refs:frame_queue (Results 1 – 8 of 8) sorted by relevance
/linux/net/mac80211/ |
A D | mesh_pathtbl.c | 86 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() 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() 200 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue() 201 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue() 376 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_new() [all …]
|
A D | mesh.h | 112 struct sk_buff_head frame_queue; member
|
A D | mesh_hwmp.c | 1167 if (skb_queue_len(&mpath->frame_queue) >= MESH_FRAME_QUEUE_LEN) in mesh_nexthop_resolve() 1168 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve() 1172 skb_queue_tail(&mpath->frame_queue, skb); in mesh_nexthop_resolve()
|
A D | cfg.c | 2016 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
|
/linux/drivers/scsi/fnic/ |
A D | fnic_main.c | 881 skb_queue_head_init(&fnic->frame_queue); in fnic_probe() 969 skb_queue_purge(&fnic->frame_queue); in fnic_remove() 1001 BUG_ON(!skb_queue_empty(&fnic->frame_queue)); in fnic_remove()
|
A D | fnic.h | 285 struct sk_buff_head frame_queue; member
|
A D | fnic_fcs.c | 201 while ((skb = skb_dequeue(&fnic->frame_queue))) { in fnic_handle_frame() 217 skb_queue_head(&fnic->frame_queue, skb); in fnic_handle_frame() 921 skb_queue_tail(&fnic->frame_queue, skb); in fnic_rq_cmpl_frame_recv()
|
A D | fnic_scsi.c | 215 skb_queue_purge(&fnic->frame_queue); in fnic_fw_reset_handler()
|
Completed in 25 milliseconds