Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A 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()
1934 if (rvu->hw->cap.nix_fixed_txschq_mapping) { in rvu_mbox_handler_free_rsrc_cnt()
2018 rsp->nix_fixed_txschq_mapping = hw->cap.nix_fixed_txschq_mapping; in rvu_mbox_handler_get_hw_cap()
H A Drvu.h359 bool nix_fixed_txschq_mapping; /* Schq mapping fixed or flexible */ member
H A Drvu_nix.c1935 if (hw->cap.nix_fixed_txschq_mapping) { in nix_check_txschq_alloc_req()
1952 if (!hw->cap.nix_fixed_txschq_mapping && req->schq_contig[lvl] && in nix_check_txschq_alloc_req()
1991 if (hw->cap.nix_fixed_txschq_mapping) { in nix_txsch_alloc()
2092 } else if (hw->cap.nix_fixed_txschq_mapping) { in rvu_mbox_handler_nix_txsch_alloc()
H A Dmbox.h504 u8 nix_fixed_txschq_mapping; /* Schq mapping fixed or flexible */ member