Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c150 struct fcoe_rcv_info *fr; in bnx2fc_clean_rx_queue()
436 struct fcoe_rcv_info *fr; in bnx2fc_rcv()
520 struct fcoe_rcv_info *fr; in bnx2fc_recv_frame()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c1346 struct fcoe_rcv_info *fr; in fcoe_rcv()
1669 struct fcoe_rcv_info *fr; in fcoe_recv_frame()