Searched defs:first_bd (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wan/
H A Dpc300_tty.c747 unsigned short first_bd = pc300chan->rx_first_bd; local
761 ptdescr = (pcsca_bd_t __iomem *)(card->hw.rambase + RX_BD_ADDR(ch, first_bd));
764 first_bd = (first_bd + 1) & (N_DMA_RX_BUF - 1);
H A Dpc300_drv.c371 u16 first_bd = card->chan[ch].tx_first_bd; local
375 first_bd, TX_BD_ADDR(ch, first_bd),
377 for (i = first_bd,
378 ptdescr = (card->hw.rambase + TX_BD_ADDR(ch, first_bd));
396 u16 first_bd = card->chan[ch].tx_first_bd; local
402 first_bd, TX_BD_ADDR(ch, first_bd),
422 u16 first_bd = card->chan[ch].rx_first_bd; local
427 printk("#CH%d: f_bd = %d, l_bd = %d\n", ch, first_bd, last_b
444 u16 first_bd = card->chan[ch].rx_first_bd; local
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c72 u16 bd_idx = TX_BD(tx_buf->first_bd), new_cons;
94 new_cons = nbd + tx_buf->first_bd;
127 tx_buf->first_bd = 0;
2674 struct eth_tx_start_bd *tx_start_bd, *first_bd; local
2793 * but first_bd will always stay first
2797 first_bd = tx_start_bd;
2807 tx_buf->first_bd = txdata->tx_bd_prod;
2916 * first_bd->nbd need to be properly updated
2919 first_bd->nbd = cpu_to_le16(nbd);
2946 first_bd
[all...]
H A Dbnx2x.h312 u16 first_bd; member in struct:sw_tx_bd

Completed in 81 milliseconds