Home
last modified time | relevance | path

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

/linux-5.19.10/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()
549 td = next_bd(ep->td_base, td, td_status); in fhci_flush_actual_frame()
603 td = next_bd(ep->td_base, td, td_status); in fhci_host_transmit_actual_frame()
613 ep->conf_td = next_bd(ep->td_base, ep->conf_td, in fhci_host_transmit_actual_frame()
/linux-5.19.10/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-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_hsi.h4642 struct eth_tx_next_bd next_bd; member
Dbnx2x_main.c6424 &txdata->tx_desc_ring[TX_DESC_CNT * i - 1].next_bd; in bnx2x_init_tx_ring_one()