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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgianfar.c1084 dev->hard_header_len += GMAC_FCB_LEN;
1981 struct txfcb *fcb = (struct txfcb *)skb_push(skb, GMAC_FCB_LEN);
1983 memset(fcb, 0, GMAC_FCB_LEN);
2010 fcb->l3os = (u16)(skb_network_offset(skb) - GMAC_FCB_LEN);
2082 (skb_headroom(skb) < GMAC_FCB_LEN)) {
2085 skb_new = skb_realloc_headroom(skb, GMAC_FCB_LEN);
2190 * GMAC_FCB_LEN. The second TxBD points to the actual frame data with
2194 txbdp_tstamp->bufPtr = txbdp_start->bufPtr + GMAC_FCB_LEN;
2196 (skb_headlen(skb) - GMAC_FCB_LEN);
2197 lstatus |= BD_LFLAG(TXBD_CRC | TXBD_READY) | GMAC_FCB_LEN;
[all...]
H A Dgianfar.h54 #define GMAC_FCB_LEN 8 macro

Completed in 54 milliseconds