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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dfc_frame.h65 #define fr_cb(fp) ((struct fcoe_rcv_info *)&((fp)->skb.cb[0]))
80 struct fcoe_rcv_info { struct
98 static inline struct fcoe_rcv_info *fcoe_dev_from_skb(const struct sk_buff *skb)
100 BUILD_BUG_ON(sizeof(struct fcoe_rcv_info) > sizeof(skb->cb));
101 return (struct fcoe_rcv_info *) skb->cb;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c1242 struct fcoe_rcv_info *fr;
1618 struct fcoe_rcv_info *fr;
2273 struct fcoe_rcv_info *fr;

Completed in 120 milliseconds