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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3309 struct eth_tx_start_bd *h_tx_bd = *tx_bd; local
3312 int old_len = le16_to_cpu(h_tx_bd->nbytes);
3315 h_tx_bd->nbytes = cpu_to_le16(hlen);
3318 h_tx_bd->nbytes, h_tx_bd->addr_hi, h_tx_bd->addr_lo);
3325 mapping = HILO_U64(le32_to_cpu(h_tx_bd->addr_hi),
3326 le32_to_cpu(h_tx_bd->addr_lo)) + hlen;

Completed in 208 milliseconds