txfcb
static inline struct txfcb *gfar_add_fcb(struct sk_buff *skb)
struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN);
static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb,
static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb)
struct txfcb *fcb = NULL;