Searched refs:fcoe_pending_queue (Results 1 – 4 of 4) sorted by relevance
373 spin_lock_bh(&port->fcoe_pending_queue.lock); in fcoe_clean_pending_queue() 374 while ((skb = __skb_dequeue(&port->fcoe_pending_queue)) != NULL) { in fcoe_clean_pending_queue() 375 spin_unlock_bh(&port->fcoe_pending_queue.lock); in fcoe_clean_pending_queue() 377 spin_lock_bh(&port->fcoe_pending_queue.lock); in fcoe_clean_pending_queue() 379 spin_unlock_bh(&port->fcoe_pending_queue.lock); in fcoe_clean_pending_queue() 402 spin_lock_bh(&port->fcoe_pending_queue.lock); in fcoe_check_wait_queue() 405 __skb_queue_tail(&port->fcoe_pending_queue, skb); in fcoe_check_wait_queue() 411 while (port->fcoe_pending_queue.qlen) { in fcoe_check_wait_queue() 413 port->fcoe_pending_queue.qlen++; in fcoe_check_wait_queue() 414 skb = __skb_dequeue(&port->fcoe_pending_queue); in fcoe_check_wait_queue() [all...]
551 if (port->fcoe_pending_queue.qlen) in fcoe_port_send() 736 skb_queue_head_init(&port->fcoe_pending_queue); in fcoe_netdev_config()
345 * @fcoe_pending_queue: The pending Rx queue of skbs361 struct sk_buff_head fcoe_pending_queue; member
406 if (port->fcoe_pending_queue.qlen) in bnx2fc_xmit() 814 skb_queue_head_init(&port->fcoe_pending_queue); in bnx2fc_net_config()