Searched refs:rvu_cgx_pdata (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | rvu_cgx.c | 52 cgxd = rvu_cgx_pdata(cgx_id, rvu); in is_mac_feature_supported() 81 void *rvu_cgx_pdata(u8 cgx_id, struct rvu *rvu) in rvu_cgx_pdata() function 96 cgxd = rvu_cgx_pdata(first_enabled_cgx, rvu); in rvu_first_cgx_pdata() 155 if (!rvu_cgx_pdata(cgx, rvu)) in rvu_map_cgx_lmac_pf() 157 lmac_bmap = cgx_get_lmac_bmap(rvu_cgx_pdata(cgx, rvu)); in rvu_map_cgx_lmac_pf() 159 lmac = cgx_get_lmacid(rvu_cgx_pdata(cgx, rvu), in rvu_map_cgx_lmac_pf() 187 err = cgx_get_link_info(rvu_cgx_pdata(cgx_id, rvu), lmac_id, in rvu_cgx_send_link_info() 308 cgxd = rvu_cgx_pdata(cgx, rvu); in cgx_lmac_event_handler_init() 375 cgxd = rvu_cgx_pdata(cgx, rvu); in rvu_cgx_init() 395 cgxd = rvu_cgx_pdata(cgx, rvu); in rvu_cgx_exit() [all …]
|
| D | rvu_nix.c | 325 cgx_set_pkind(rvu_cgx_pdata(cgx_id, rvu), lmac_id, pkind); in nix_interface_init() 328 mac_ops = get_mac_ops(rvu_cgx_pdata(cgx_id, rvu)); in nix_interface_init() 332 mac_ops->mac_enadis_pause_frm(rvu_cgx_pdata(cgx_id, in nix_interface_init() 1995 restore_tx_en = !cgx_lmac_tx_enable(rvu_cgx_pdata(cgx_id, rvu), in nix_smq_flush() 2019 cgx_lmac_tx_enable(rvu_cgx_pdata(cgx_id, rvu), lmac_id, false); in nix_smq_flush() 3805 restore_tx_en = !cgx_lmac_tx_enable(rvu_cgx_pdata(cgx_id, rvu), in nix_config_link_credits() 3845 cgx_lmac_tx_enable(rvu_cgx_pdata(cgx_id, rvu), lmac_id, false); in nix_config_link_credits() 3940 cgx_get_lmac_cnt(rvu_cgx_pdata(cgx, rvu)); in rvu_mbox_handler_nix_set_hw_frs() 4022 lmac_cnt = cgx_get_lmac_cnt(rvu_cgx_pdata(cgx, rvu)); in nix_link_config() 4070 if (!rvu_cgx_pdata(idx, rvu) || in nix_calibrate_x2p()
|
| D | rvu.h | 705 void *rvu_cgx_pdata(u8 cgx_id, struct rvu *rvu);
|
| D | rvu_debugfs.c | 2163 cgx = rvu_cgx_pdata(i, rvu); in rvu_dbg_cgx_init()
|