Home
last modified time | relevance | path

Searched refs:txfcb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dgianfar.c1723 static inline struct txfcb *gfar_add_fcb(struct sk_buff *skb) in gfar_add_fcb()
1725 struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN); in gfar_add_fcb()
1732 static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb, in gfar_tx_checksum()
1761 static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb) in gfar_tx_vlan()
1808 struct txfcb *fcb = NULL; in gfar_start_xmit()
H A Dgianfar.h525 struct txfcb { struct
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar.c1690 static inline struct txfcb *gfar_add_fcb(struct sk_buff *skb) in gfar_add_fcb()
1692 struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN); in gfar_add_fcb()
1699 static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb, in gfar_tx_checksum()
1728 static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb) in gfar_tx_vlan()
1775 struct txfcb *fcb = NULL; in gfar_start_xmit()
H A Dgianfar.h576 struct txfcb { struct

Completed in 16 milliseconds