Searched refs:get_nix_hw (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_nix.c | 154 *nix_hw = get_nix_hw(rvu->hw, *blkaddr); in nix_get_struct_ptrs() 179 struct nix_hw *get_nix_hw(struct rvu_hwinfo *hw, int blkaddr) in get_nix_hw() function 265 nix_hw = get_nix_hw(rvu->hw, blkaddr); in is_valid_txschq() 1126 nix_hw = get_nix_hw(rvu->hw, blkaddr); in rvu_nix_aq_enq_inst() 1569 nix_hw = get_nix_hw(rvu->hw, blkaddr); in rvu_mbox_handler_nix_mark_format_cfg() 1980 nix_hw = get_nix_hw(rvu->hw, blkaddr); in rvu_mbox_handler_nix_txsch_alloc() 2104 nix_hw = get_nix_hw(rvu->hw, blkaddr); in nix_txschq_free() 2193 nix_hw = get_nix_hw(rvu->hw, blkaddr); in nix_txschq_free_one() 2435 nix_hw = get_nix_hw(rvu->hw, blkaddr); in rvu_mbox_handler_nix_txschq_cfg() 2547 struct nix_hw *nix_hw = get_nix_hw(rvu->hw, blkaddr); in nix_tx_vtag_free() [all …]
|
D | rvu.h | 770 struct nix_hw *get_nix_hw(struct rvu_hwinfo *hw, int blkaddr);
|
D | rvu_devlink.c | 1392 nix_hw = get_nix_hw(rvu->hw, BLKADDR_NIX0); in rvu_af_dl_dwrr_mtu_validate()
|
D | rvu.c | 1938 nix_hw = get_nix_hw(hw, BLKADDR_NIX0); in rvu_mbox_handler_free_rsrc_cnt() 1958 nix_hw = get_nix_hw(hw, BLKADDR_NIX1); in rvu_mbox_handler_free_rsrc_cnt()
|