Searched refs:rvu_cgx_pdata (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_cgx.c | 53 cgxd = rvu_cgx_pdata(cgx_id, rvu); in is_mac_feature_supported() 82 void *rvu_cgx_pdata(u8 cgx_id, struct rvu *rvu) in rvu_cgx_pdata() function 97 cgxd = rvu_cgx_pdata(first_enabled_cgx, rvu); in rvu_first_cgx_pdata() 156 if (!rvu_cgx_pdata(cgx, rvu)) in rvu_map_cgx_lmac_pf() 158 lmac_bmap = cgx_get_lmac_bmap(rvu_cgx_pdata(cgx, rvu)); in rvu_map_cgx_lmac_pf() 160 lmac = cgx_get_lmacid(rvu_cgx_pdata(cgx, rvu), in rvu_map_cgx_lmac_pf() 188 err = cgx_get_link_info(rvu_cgx_pdata(cgx_id, rvu), lmac_id, in rvu_cgx_send_link_info() 309 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 | 326 cgx_set_pkind(rvu_cgx_pdata(cgx_id, rvu), lmac_id, pkind); in nix_interface_init() 2064 restore_tx_en = !rvu_cgx_config_tx(rvu_cgx_pdata(cgx_id, rvu), in nix_smq_flush() 2088 rvu_cgx_config_tx(rvu_cgx_pdata(cgx_id, rvu), lmac_id, false); in nix_smq_flush() 3880 restore_tx_en = !rvu_cgx_config_tx(rvu_cgx_pdata(cgx_id, rvu), in nix_config_link_credits() 3920 rvu_cgx_config_tx(rvu_cgx_pdata(cgx_id, rvu), lmac_id, false); in nix_config_link_credits() 4104 lmac_cnt = cgx_get_lmac_cnt(rvu_cgx_pdata(cgx, rvu)); in nix_link_config() 4111 lmac_bmap = cgx_get_lmac_bmap(rvu_cgx_pdata(cgx, rvu)); in nix_link_config() 4163 if (!rvu_cgx_pdata(idx, rvu) || in nix_calibrate_x2p() 4595 cgxd = rvu_cgx_pdata(cgx_id, rvu); in rvu_nix_lf_teardown()
|
D | mcs_rvu_if.c | 821 if (!is_lmac_valid(rvu_cgx_pdata(cgx, rvu), lmac)) in rvu_mcs_set_lmac_bmap()
|
D | rvu.h | 741 void *rvu_cgx_pdata(u8 cgx_id, struct rvu *rvu);
|
D | rvu_npc.c | 3291 rc = cgx_set_pkind(rvu_cgx_pdata(cgx_id, rvu), lmac_id, in rvu_npc_set_parse_mode()
|
D | rvu_debugfs.c | 2607 cgx = rvu_cgx_pdata(i, rvu); in rvu_dbg_cgx_init()
|