Searched refs:next_bd (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | fhci-tds.c | 76 static struct usb_td __iomem *next_bd(struct usb_td __iomem *base, in next_bd() function 93 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()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar.h | 276 #define next_bd(bdp, base, ring_size) skip_bd(bdp, 1, base, ring_size) macro
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic.c | 4958 txbd->next_bd.addr_hi = cpu_to_le32(val); in cnic_init_bnx2x_tx_ring() 4963 txbd->next_bd.addr_lo = cpu_to_le32(val); in cnic_init_bnx2x_tx_ring()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_hsi.h | 4626 struct eth_tx_next_bd next_bd; member
|
D | bnx2x_main.c | 6401 &txdata->tx_desc_ring[TX_DESC_CNT * i - 1].next_bd; in bnx2x_init_tx_ring_one()
|