[go: nahoru, domu]

Searched defs:next_bd (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/host/
H A Dfhci-tds.c76 static struct usb_td __iomem *next_bd(struct usb_td __iomem *base, function
93 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
316 ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status);
406 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
556 td = next_bd(ep->td_base, td, td_status);
610 td = next_bd(ep->td_base, td, td_status);
620 ep->conf_td = next_bd(ep->td_base, ep->conf_td,
/drivers/net/ethernet/freescale/
H A Dgianfar.h274 #define next_bd(bdp, base, ring_size) skip_bd(bdp, 1, base, ring_size) macro
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h4488 struct eth_tx_next_bd next_bd; member in union:eth_tx_bd_types

Completed in 153 milliseconds