Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c657 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_txq_submit_skb()
710 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_data_tso()
770 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_hdr_tso()
1061 if (fep->bufdesc_ex) in fec_restart()
1212 if (fep->bufdesc_ex) in fec_restart()
1521 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_tx_queue()
1842 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_rx_queue()
3424 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_rxq_buffers()
3460 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_txq_buffers()
3867 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