Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/
H A Dfec_main.c676 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_txq_submit_skb()
734 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_data_tso()
794 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_hdr_tso()
1137 if (fep->bufdesc_ex) in fec_restart()
1278 if (fep->bufdesc_ex) in fec_restart()
1572 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_tx_queue()
1906 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_rx_queue()
3460 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_rxq_buffers()
3496 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_txq_buffers()
3903 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_txq_xmit_frame()
[all …]
H A Dfec.h236 struct bufdesc_ex { struct
640 bool bufdesc_ex; member