Home
last modified time | relevance | path

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

/linux-6.1.9/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()
2010 rsp->nix_shaping = hw->cap.nix_shaping; in rvu_mbox_handler_get_hw_cap()
Drvu.h339 bool nix_shaping; /* Is shaping and coloring supported */ member
Drvu_nix.c1767 if (!hw->cap.nix_shaping) in nix_clear_tx_xoff()
2293 if (hw->cap.nix_shaping) in is_txschq_shaping_valid()
3886 if (hw->cap.nix_shaping) { in nix_config_link_credits()
3915 if (hw->cap.nix_shaping && !sw_xoff) in nix_config_link_credits()
Dmbox.h488 u8 nix_shaping; /* Is shaping and coloring supported */ member