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

/drivers/net/ethernet/freescale/
H A Dgianfar.c1085 dev->hard_header_len += GMAC_FCB_LEN;
1955 struct txfcb *fcb = (struct txfcb *)skb_push(skb, GMAC_FCB_LEN);
1957 memset(fcb, 0, GMAC_FCB_LEN);
2025 unsigned int nr_frags, nr_txbds, length, fcb_length = GMAC_FCB_LEN;
2051 fcb_length = GMAC_FCB_LEN + GMAC_TXPAL_LEN;
2151 __skb_pull(skb, GMAC_FCB_LEN);
2183 * GMAC_FCB_LEN. The second TxBD points to the actual frame data with
2190 lstatus |= BD_LFLAG(TXBD_CRC | TXBD_READY) | GMAC_FCB_LEN;
2359 frame_size += GMAC_FCB_LEN;
2487 buflen = next->length + GMAC_FCB_LEN
[all...]
H A Dgianfar.h64 #define GMAC_FCB_LEN 8 macro

Completed in 49 milliseconds