Searched refs:TXSCH_MAP_FUNC (Results 1 – 2 of 2) sorted by relevance
155 map_func = TXSCH_MAP_FUNC(txsch->pfvf_map[schq]); in is_valid_txschq()1267 if (TXSCH_MAP_FUNC(txsch->pfvf_map[schq]) != pcifunc) in nix_txschq_free()1276 if (TXSCH_MAP_FUNC(txsch->pfvf_map[schq]) != pcifunc) in nix_txschq_free()1302 if (TXSCH_MAP_FUNC(txsch->pfvf_map[schq]) != pcifunc) in nix_txschq_free()1354 if (TXSCH_MAP_FUNC(pfvf_map[schq]) != pcifunc) { in nix_txschq_free_one()1463 map_func = TXSCH_MAP_FUNC(pfvf_map[schq]); in nix_tl1_default_cfg()1554 map_func = TXSCH_MAP_FUNC(pfvf_map[schq]); in rvu_mbox_handler_nix_txschq_cfg()2401 if (TXSCH_MAP_FUNC(txsch->pfvf_map[schq]) != pcifunc) in rvu_mbox_handler_nix_set_hw_frs()
160 #define TXSCH_MAP_FUNC(__pfvf_map) ((__pfvf_map) & 0xFFFF) macro