Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cgx.c386 mac_ops = get_mac_ops(cgxd); in rvu_cgx_init()
412 mac_ops = get_mac_ops(cgxd); in cgx_start_linkup()
477 mac_ops = get_mac_ops(cgxd); in rvu_cgx_enadis_rx_bp()
497 mac_ops = get_mac_ops(cgxd); in rvu_cgx_config_rxtx()
514 mac_ops = get_mac_ops(cgxd); in rvu_cgx_tx_enable()
523 mac_ops = get_mac_ops(cgxd); in rvu_cgx_config_tx()
548 mac_ops = get_mac_ops(cgx_dev); in rvu_cgx_disable_dmac_entries()
592 mac_ops = get_mac_ops(cgxd); in rvu_lmac_get_stats()
657 mac_ops = get_mac_ops(cgxd); in rvu_mbox_handler_cgx_stats_rst()
676 mac_ops = get_mac_ops(cgxd); in rvu_mbox_handler_cgx_fec_stats()
[all …]
H A Dcgx.c116 struct mac_ops *get_mac_ops(void *cgxd) in get_mac_ops() function