Searched refs:nix_hw (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_switch.c | 14 struct nix_hw *nix_hw; in rvu_switch_enable_lbk_link() local 16 nix_hw = get_nix_hw(rvu->hw, pfvf->nix_blkaddr); in rvu_switch_enable_lbk_link() 19 &nix_hw->txsch[NIX_TXSCH_LVL_TL2], enable); in rvu_switch_enable_lbk_link()
|
| H A D | rvu.h | 396 struct nix_hw { struct 463 struct nix_hw *nix; 1018 int rvu_nix_reserve_mark_format(struct rvu *rvu, struct nix_hw *nix_hw, 1029 struct nix_hw *get_nix_hw(struct rvu_hwinfo *hw, int blkaddr); 1033 struct nix_hw **nix_hw, int *blkaddr); 1036 int nix_aq_context_read(struct rvu *rvu, struct nix_hw *nix_hw, 1162 void rvu_nix_block_cn10k_init(struct rvu *rvu, struct nix_hw *nix_hw);
|
| H A D | rvu_cn10k.c | 568 void rvu_nix_block_cn10k_init(struct rvu *rvu, struct nix_hw *nix_hw) in rvu_nix_block_cn10k_init() argument 570 int blkaddr = nix_hw->blkaddr; in rvu_nix_block_cn10k_init()
|
| H A D | rvu_devlink.c | 1190 struct nix_hw *nix_hw; in rvu_af_dl_dwrr_mtu_validate() local 1205 nix_hw = get_nix_hw(rvu->hw, BLKADDR_NIX0); in rvu_af_dl_dwrr_mtu_validate() 1206 if (!nix_hw) in rvu_af_dl_dwrr_mtu_validate() 1209 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_af_dl_dwrr_mtu_validate()
|