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

/linux-master/drivers/usb/host/
H A Dfhci-tds.c72 static struct usb_td __iomem *next_bd(struct usb_td __iomem *base, function
89 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
312 ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status);
402 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
549 td = next_bd(ep->td_base, td, td_status);
603 td = next_bd(ep->td_base, td, td_status);
613 ep->conf_td = next_bd(ep->td_base, ep->conf_td,
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c4961 txbd->next_bd.addr_hi = cpu_to_le32(val);
4966 txbd->next_bd.addr_lo = cpu_to_le32(val);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h4642 struct eth_tx_next_bd next_bd; member in union:eth_tx_bd_types
H A Dbnx2x_main.c6423 &txdata->tx_desc_ring[TX_DESC_CNT * i - 1].next_bd;

Completed in 405 milliseconds