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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.c3898 struct eth_tx_start_bd *start_bd = &txbd->start_bd; local
3901 start_bd->addr_hi = cpu_to_le32((u64) buf_map >> 32);
3902 start_bd->addr_lo = cpu_to_le32(buf_map & 0xffffffff);
3903 reg_bd->addr_hi = start_bd->addr_hi;
3904 reg_bd->addr_lo = start_bd->addr_lo + 0x10;
3905 start_bd->nbytes = cpu_to_le16(0x10);
3906 start_bd->nbd = cpu_to_le16(3);
3907 start_bd->bd_flags.as_bitfield = ETH_TX_BD_FLAGS_START_BD;
3908 start_bd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_cmn.c37 tx_start_bd = &fp->tx_desc_ring[bd_idx].start_bd;
1880 tx_start_bd = &fp->tx_desc_ring[bd_prod].start_bd;
1964 nbd = skb_shinfo(skb)->nr_frags + 2; /* start_bd + pbd + frags */
H A Dbnx2x_ethtool.c1330 tx_start_bd = &fp_tx->tx_desc_ring[bd_prod].start_bd;
H A Dbnx2x_hsi.h2125 struct eth_tx_start_bd start_bd; member in union:eth_tx_bd_types

Completed in 98 milliseconds