Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dfhci-tds.c72 static struct usb_td __iomem *next_bd(struct usb_td __iomem *base, in next_bd() function
89 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status); in fhci_push_dummy_bd()
312 ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status); in fhci_td_transaction_confirm()
402 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status); in fhci_host_transaction()
552 td = next_bd(ep->td_base, td, td_status); in fhci_flush_actual_frame()
606 td = next_bd(ep->td_base, td, td_status); in fhci_host_transmit_actual_frame()
616 ep->conf_td = next_bd(ep->td_base, ep->conf_td, in fhci_host_transmit_actual_frame()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar.h277 #define next_bd(bdp, base, ring_size) skip_bd(bdp, 1, base, ring_size) macro
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dcnic.c4956 txbd->next_bd.addr_hi = cpu_to_le32(val); in cnic_init_bnx2x_tx_ring()
4961 txbd->next_bd.addr_lo = cpu_to_le32(val); in cnic_init_bnx2x_tx_ring()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_hsi.h4634 struct eth_tx_next_bd next_bd; member
Dbnx2x_main.c6403 &txdata->tx_desc_ring[TX_DESC_CNT * i - 1].next_bd; in bnx2x_init_tx_ring_one()