Home
last modified time | relevance | path

Searched refs:fcoe_rcv_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/scsi/
Dfc_frame.h65 #define fr_cb(fp) ((struct fcoe_rcv_info *)&((fp)->skb.cb[0]))
80 struct fcoe_rcv_info { struct
97 static inline struct fcoe_rcv_info *fcoe_dev_from_skb(const struct sk_buff *skb) in fcoe_dev_from_skb() argument
99 BUILD_BUG_ON(sizeof(struct fcoe_rcv_info) > sizeof(skb->cb)); in fcoe_dev_from_skb()
100 return (struct fcoe_rcv_info *) skb->cb; in fcoe_dev_from_skb()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c127 struct fcoe_rcv_info *fr; in bnx2fc_clean_rx_queue()
413 struct fcoe_rcv_info *fr; in bnx2fc_rcv()
497 struct fcoe_rcv_info *fr; in bnx2fc_recv_frame()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c1432 struct fcoe_rcv_info *fr; in fcoe_rcv()
1785 struct fcoe_rcv_info *fr; in fcoe_recv_frame()