Home
last modified time | relevance | path

Searched refs:frame_queue (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c214 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
215 skb_queue_walk(&mpath->frame_queue, skb) { in mesh_path_assign_nexthop()
222 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
298 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
299 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()
300 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
303 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue()
314 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue()
324 gate_mpath->dst, skb_queue_len(&gate_mpath->frame_queue)); in mesh_path_move_to_queue()
329 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
[all …]
Dmesh.h111 struct sk_buff_head frame_queue; member
Dmesh_hwmp.c1111 if (skb_queue_len(&mpath->frame_queue) >= MESH_FRAME_QUEUE_LEN) in mesh_nexthop_resolve()
1112 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve()
1116 skb_queue_tail(&mpath->frame_queue, skb); in mesh_nexthop_resolve()
Dcfg.c1492 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_main.c874 skb_queue_head_init(&fnic->frame_queue); in fnic_probe()
963 skb_queue_purge(&fnic->frame_queue); in fnic_remove()
995 BUG_ON(!skb_queue_empty(&fnic->frame_queue)); in fnic_remove()
Dfnic.h282 struct sk_buff_head frame_queue; member
Dfnic_fcs.c159 while ((skb = skb_dequeue(&fnic->frame_queue))) { in fnic_handle_frame()
175 skb_queue_head(&fnic->frame_queue, skb); in fnic_handle_frame()
887 skb_queue_tail(&fnic->frame_queue, skb); in fnic_rq_cmpl_frame_recv()
Dfnic_scsi.c215 skb_queue_purge(&fnic->frame_queue); in fnic_fw_reset_handler()