Searched refs:fcoe_recv_frame (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c132 static void fcoe_recv_frame(struct sk_buff *skb);
1540 * call fcoe_recv_frame directly, rather than queuing to the rx list fcoe_rcv()
1542 * fcoe_recv_frame has several paths that may sleep, which is forbidden fcoe_rcv()
1778 * fcoe_recv_frame() - process a single received frame
1781 static void fcoe_recv_frame(struct sk_buff *skb) fcoe_recv_frame() function
1890 fcoe_recv_frame(skb); fcoe_percpu_receive_thread()

Completed in 62 milliseconds