Home
last modified time | relevance | path

Searched refs:convert_bytes_to_dwrr_mtu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h849 u32 convert_bytes_to_dwrr_mtu(u32 bytes);
H A Drvu_nix.c227 u32 convert_bytes_to_dwrr_mtu(u32 bytes) in convert_bytes_to_dwrr_mtu() function
3389 convert_bytes_to_dwrr_mtu(8192)); in nix_setup_txschq()
3392 convert_bytes_to_dwrr_mtu(8192)); in nix_setup_txschq()
3395 convert_bytes_to_dwrr_mtu(8192)); in nix_setup_txschq()
H A Drvu_devlink.c1409 dwrr_mtu = convert_bytes_to_dwrr_mtu(ctx->val.vu32); in rvu_af_dl_dwrr_mtu_set()