Searched defs:nix_txsch_alloc_rsp (Results 1 – 1 of 1) sorted by relevance
974 struct nix_txsch_alloc_rsp { struct975 struct mbox_msghdr hdr;977 u16 schq_contig[NIX_TXSCH_LVL_CNT];978 u16 schq[NIX_TXSCH_LVL_CNT];980 u16 schq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];981 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];982 u8 aggr_level; /* Traffic aggregation scheduler level */983 u8 aggr_lvl_rr_prio; /* Aggregation lvl's RR_PRIO config */984 u8 link_cfg_lvl; /* LINKX_CFG CSRs mapped to TL3 or TL2's index ? */
Completed in 22 milliseconds