Searched refs:rvu_cgx_pdata (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_cgx.c | 53 cgxd = rvu_cgx_pdata(cgx_id, rvu); in is_mac_feature_supported() 159 if (!rvu_cgx_pdata(cgx, rvu)) in rvu_map_cgx_lmac_pf() 313 cgxd = rvu_cgx_pdata(cgx, rvu); in cgx_lmac_event_handler_init() 379 cgxd = rvu_cgx_pdata(cgx, rvu); in rvu_cgx_init() 399 cgxd = rvu_cgx_pdata(cgx, rvu); in rvu_cgx_exit() 436 cgxd = rvu_cgx_pdata(cgx_id, rvu); in rvu_cgx_enadis_rx_bp() 457 cgxd = rvu_cgx_pdata(cgx_id, rvu); in rvu_cgx_config_rxtx() 763 cgxd = rvu_cgx_pdata(cgx_id, rvu); in rvu_cgx_ptp_rx_cfg() 881 cgxd = rvu_cgx_pdata(cgx, rvu); in rvu_cgx_get_lmac_fifolen() 940 cgxd = rvu_cgx_pdata(cgx_id, rvu); in rvu_cgx_cfg_pause_frm() [all …]
|
A D | rvu_nix.c | 326 cgx_set_pkind(rvu_cgx_pdata(cgx_id, rvu), lmac_id, pkind); in nix_interface_init() 2085 restore_tx_en = !rvu_cgx_config_tx(rvu_cgx_pdata(cgx_id, rvu), in nix_smq_flush() 2109 rvu_cgx_config_tx(rvu_cgx_pdata(cgx_id, rvu), lmac_id, false); in nix_smq_flush() 3905 restore_tx_en = !rvu_cgx_config_tx(rvu_cgx_pdata(cgx_id, rvu), in nix_config_link_credits() 3945 rvu_cgx_config_tx(rvu_cgx_pdata(cgx_id, rvu), lmac_id, false); in nix_config_link_credits() 4129 lmac_cnt = cgx_get_lmac_cnt(rvu_cgx_pdata(cgx, rvu)); in nix_link_config() 4136 lmac_bmap = cgx_get_lmac_bmap(rvu_cgx_pdata(cgx, rvu)); in nix_link_config() 4188 if (!rvu_cgx_pdata(idx, rvu) || in nix_calibrate_x2p() 4623 cgxd = rvu_cgx_pdata(cgx_id, rvu); in rvu_nix_lf_teardown()
|
A D | mcs_rvu_if.c | 821 if (!is_lmac_valid(rvu_cgx_pdata(cgx, rvu), lmac)) in rvu_mcs_set_lmac_bmap()
|
A D | rvu.h | 764 void *rvu_cgx_pdata(u8 cgx_id, struct rvu *rvu);
|
A D | rvu_npc.c | 3313 rc = cgx_set_pkind(rvu_cgx_pdata(cgx_id, rvu), lmac_id, in rvu_npc_set_parse_mode()
|
A D | rvu_debugfs.c | 2606 cgx = rvu_cgx_pdata(i, rvu); in rvu_dbg_cgx_init()
|
Completed in 33 milliseconds