Home
last modified time | relevance | path

Searched refs:cdmac_bd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/xilinx/
Dll_temac.h320 struct cdmac_bd { struct
370 struct cdmac_bd *tx_bd_v;
373 struct cdmac_bd *rx_bd_v;
Dll_temac_main.c741 static void ptr_to_txbd(void *p, struct cdmac_bd *bd) in ptr_to_txbd()
747 static void *ptr_from_txbd(struct cdmac_bd *bd) in ptr_from_txbd()
754 static void ptr_to_txbd(void *p, struct cdmac_bd *bd) in ptr_to_txbd()
759 static void *ptr_from_txbd(struct cdmac_bd *bd) in ptr_from_txbd()
769 struct cdmac_bd *cur_p; in temac_start_xmit_done()
807 struct cdmac_bd *cur_p; in temac_check_tx_bd_space()
832 struct cdmac_bd *cur_p; in temac_start_xmit()
959 struct cdmac_bd *bd = &lp->rx_bd_v[lp->rx_bd_ci]; in ll_temac_recv()
1036 struct cdmac_bd *bd; in ll_temac_recv()