Home
last modified time | relevance | path

Searched refs:nix_shaping (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c67 hw->cap.nix_shaping = true; in rvu_setup_hw_capabilities()
80 hw->cap.nix_shaping = false; in rvu_setup_hw_capabilities()
2018 rsp->nix_shaping = hw->cap.nix_shaping; in rvu_mbox_handler_get_hw_cap()
Drvu.h360 bool nix_shaping; /* Is shaping and coloring supported */ member
Drvu_nix.c1846 if (!hw->cap.nix_shaping) in nix_clear_tx_xoff()
2515 if (hw->cap.nix_shaping) in is_txschq_shaping_valid()
4176 if (hw->cap.nix_shaping) { in nix_config_link_credits()
4205 if (hw->cap.nix_shaping && !sw_xoff) in nix_config_link_credits()
Dmbox.h498 u8 nix_shaping; /* Is shaping and coloring supported */ member