Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c66 hw->cap.nix_fixed_txschq_mapping = false; in rvu_setup_hw_capabilities()
76 hw->cap.nix_fixed_txschq_mapping = true; in rvu_setup_hw_capabilities()
1938 if (rvu->hw->cap.nix_fixed_txschq_mapping) { in rvu_mbox_handler_free_rsrc_cnt()
2029 rsp->nix_fixed_txschq_mapping = hw->cap.nix_fixed_txschq_mapping; in rvu_mbox_handler_get_hw_cap()
Drvu.h390 bool nix_fixed_txschq_mapping; /* Schq mapping fixed or flexible */ member
Drvu_nix.c2048 if (hw->cap.nix_fixed_txschq_mapping) { in nix_check_txschq_alloc_req()
2065 if (!hw->cap.nix_fixed_txschq_mapping && req->schq_contig[lvl] && in nix_check_txschq_alloc_req()
2104 if (hw->cap.nix_fixed_txschq_mapping) { in nix_txsch_alloc()
2205 } else if (hw->cap.nix_fixed_txschq_mapping) { in rvu_mbox_handler_nix_txsch_alloc()
Dmbox.h512 u8 nix_fixed_txschq_mapping; /* Schq mapping fixed or flexible */ member