Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_pathtbl.c123 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()
208 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags); 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()
232 gate_mpath->dst, skb_queue_len(&gate_mpath->frame_queue)); in mesh_path_move_to_queue()
237 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
[all …]
H A Dmesh.h114 struct sk_buff_head frame_queue; member
H A Dcfg.c2374 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c290 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 Dfnic.h439 struct list_head frame_queue; member
H A Dfnic_main.c1021 INIT_LIST_HEAD(&fnic->frame_queue); in fnic_probe()
1180 fnic_free_txq(&fnic->frame_queue); in fnic_remove()