Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/scsi/
A Dfc_frame.h53 #define fr_cb(fp) ((struct fcoe_rcv_info *)&((fp)->skb.cb[0]))
68 struct fcoe_rcv_info { struct
85 static inline struct fcoe_rcv_info *fcoe_dev_from_skb(const struct sk_buff *skb) in fcoe_dev_from_skb() argument
87 BUILD_BUG_ON(sizeof(struct fcoe_rcv_info) > sizeof(skb->cb)); in fcoe_dev_from_skb()
88 return (struct fcoe_rcv_info *) skb->cb; in fcoe_dev_from_skb()
/linux-6.3-rc2/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c152 struct fcoe_rcv_info *fr; in bnx2fc_clean_rx_queue()
430 struct fcoe_rcv_info *fr; in bnx2fc_rcv()
511 struct fcoe_rcv_info *fr; in bnx2fc_recv_frame()
/linux-6.3-rc2/drivers/scsi/fcoe/
A Dfcoe.c1338 struct fcoe_rcv_info *fr; in fcoe_rcv()
1651 struct fcoe_rcv_info *fr; in fcoe_recv_frame()

Completed in 13 milliseconds