Home
last modified time | relevance | path

Searched refs:next_bd (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/host/
Dfhci-tds.c75 static struct usb_td __iomem *next_bd(struct usb_td __iomem *base, in next_bd() function
92 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status); in fhci_push_dummy_bd()
316 ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status); in fhci_td_transaction_confirm()
406 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status); in fhci_host_transaction()
556 td = next_bd(ep->td_base, td, td_status); in fhci_flush_actual_frame()
610 td = next_bd(ep->td_base, td, td_status); in fhci_host_transmit_actual_frame()
620 ep->conf_td = next_bd(ep->td_base, ep->conf_td, in fhci_host_transmit_actual_frame()
/drivers/net/wan/
Dpc300_drv.c369 u16 next_bd = card->chan[ch].tx_next_bd; in tx_dma_buf_check() local
373 next_bd, TX_BD_ADDR(ch, next_bd)); in tx_dma_buf_check()
376 i != ((next_bd + 1) & (N_DMA_TX_BUF - 1)); in tx_dma_buf_check()
394 u16 next_bd = card->chan[ch].tx_next_bd; in tx1_dma_buf_check() local
400 next_bd, TX_BD_ADDR(ch, next_bd)); in tx1_dma_buf_check()
/drivers/net/
Dgianfar.h203 #define next_bd(bdp, base, ring_size) skip_bd(bdp, 1, base, ring_size) macro
Dbnx2x_hsi.h1980 struct eth_tx_next_bd next_bd; member
Dgianfar.c1856 bdp = next_bd(bdp, base, priv->rx_ring_size); in gfar_clean_rx_ring()