Lines Matching defs:ctl

10287 	u32 cmd, ctl, cur_depth, max_depth, valid_cnt, val;
10326 ctl = REG_RD(sc, BCE_RLUP_FTQ_CTL);
10327 cur_depth = (ctl & BCE_RLUP_FTQ_CTL_CUR_DEPTH) >> 22;
10328 max_depth = (ctl & BCE_RLUP_FTQ_CTL_MAX_DEPTH) >> 12;
10331 cmd, ctl, cur_depth, max_depth, valid_cnt);
10335 ctl = REG_RD_IND(sc, BCE_RXP_FTQ_CTL);
10336 cur_depth = (ctl & BCE_RXP_FTQ_CTL_CUR_DEPTH) >> 22;
10337 max_depth = (ctl & BCE_RXP_FTQ_CTL_MAX_DEPTH) >> 12;
10340 cmd, ctl, cur_depth, max_depth, valid_cnt);
10344 ctl = REG_RD_IND(sc, BCE_RXP_CFTQ_CTL);
10345 cur_depth = (ctl & BCE_RXP_CFTQ_CTL_CUR_DEPTH) >> 22;
10346 max_depth = (ctl & BCE_RXP_CFTQ_CTL_MAX_DEPTH) >> 12;
10349 cmd, ctl, cur_depth, max_depth, valid_cnt);
10353 ctl = REG_RD(sc, BCE_RV2P_PFTQ_CTL);
10354 cur_depth = (ctl & BCE_RV2P_PFTQ_CTL_CUR_DEPTH) >> 22;
10355 max_depth = (ctl & BCE_RV2P_PFTQ_CTL_MAX_DEPTH) >> 12;
10358 cmd, ctl, cur_depth, max_depth, valid_cnt);
10362 ctl = REG_RD(sc, BCE_RV2P_MFTQ_CTL);
10363 cur_depth = (ctl & BCE_RV2P_MFTQ_CTL_CUR_DEPTH) >> 22;
10364 max_depth = (ctl & BCE_RV2P_MFTQ_CTL_MAX_DEPTH) >> 12;
10367 cmd, ctl, cur_depth, max_depth, valid_cnt);
10371 ctl = REG_RD(sc, BCE_RV2P_TFTQ_CTL);
10372 cur_depth = (ctl & BCE_RV2P_TFTQ_CTL_CUR_DEPTH) >> 22;
10373 max_depth = (ctl & BCE_RV2P_TFTQ_CTL_MAX_DEPTH) >> 12;
10376 cmd, ctl, cur_depth, max_depth, valid_cnt);
10380 ctl = REG_RD(sc, BCE_RDMA_FTQ_CTL);
10381 cur_depth = (ctl & BCE_RDMA_FTQ_CTL_CUR_DEPTH) >> 22;
10382 max_depth = (ctl & BCE_RDMA_FTQ_CTL_MAX_DEPTH) >> 12;
10385 cmd, ctl, cur_depth, max_depth, valid_cnt);
10389 ctl = REG_RD(sc, BCE_TSCH_FTQ_CTL);
10390 cur_depth = (ctl & BCE_TSCH_FTQ_CTL_CUR_DEPTH) >> 22;
10391 max_depth = (ctl & BCE_TSCH_FTQ_CTL_MAX_DEPTH) >> 12;
10394 cmd, ctl, cur_depth, max_depth, valid_cnt);
10398 ctl = REG_RD(sc, BCE_TBDR_FTQ_CTL);
10399 cur_depth = (ctl & BCE_TBDR_FTQ_CTL_CUR_DEPTH) >> 22;
10400 max_depth = (ctl & BCE_TBDR_FTQ_CTL_MAX_DEPTH) >> 12;
10403 cmd, ctl, cur_depth, max_depth, valid_cnt);
10407 ctl = REG_RD_IND(sc, BCE_TXP_FTQ_CTL);
10408 cur_depth = (ctl & BCE_TXP_FTQ_CTL_CUR_DEPTH) >> 22;
10409 max_depth = (ctl & BCE_TXP_FTQ_CTL_MAX_DEPTH) >> 12;
10412 cmd, ctl, cur_depth, max_depth, valid_cnt);
10416 ctl = REG_RD(sc, BCE_TDMA_FTQ_CTL);
10417 cur_depth = (ctl & BCE_TDMA_FTQ_CTL_CUR_DEPTH) >> 22;
10418 max_depth = (ctl & BCE_TDMA_FTQ_CTL_MAX_DEPTH) >> 12;
10421 cmd, ctl, cur_depth, max_depth, valid_cnt);
10425 ctl = REG_RD_IND(sc, BCE_TPAT_FTQ_CTL);
10426 cur_depth = (ctl & BCE_TPAT_FTQ_CTL_CUR_DEPTH) >> 22;
10427 max_depth = (ctl & BCE_TPAT_FTQ_CTL_MAX_DEPTH) >> 12;
10430 cmd, ctl, cur_depth, max_depth, valid_cnt);
10434 ctl = REG_RD_IND(sc, BCE_TAS_FTQ_CTL);
10435 cur_depth = (ctl & BCE_TAS_FTQ_CTL_CUR_DEPTH) >> 22;
10436 max_depth = (ctl & BCE_TAS_FTQ_CTL_MAX_DEPTH) >> 12;
10439 cmd, ctl, cur_depth, max_depth, valid_cnt);
10443 ctl = REG_RD_IND(sc, BCE_COM_COMXQ_FTQ_CTL);
10444 cur_depth = (ctl & BCE_COM_COMXQ_FTQ_CTL_CUR_DEPTH) >> 22;
10445 max_depth = (ctl & BCE_COM_COMXQ_FTQ_CTL_MAX_DEPTH) >> 12;
10448 cmd, ctl, cur_depth, max_depth, valid_cnt);
10452 ctl = REG_RD_IND(sc, BCE_COM_COMTQ_FTQ_CTL);
10453 cur_depth = (ctl & BCE_COM_COMTQ_FTQ_CTL_CUR_DEPTH) >> 22;
10454 max_depth = (ctl & BCE_COM_COMTQ_FTQ_CTL_MAX_DEPTH) >> 12;
10457 cmd, ctl, cur_depth, max_depth, valid_cnt);
10461 ctl = REG_RD_IND(sc, BCE_COM_COMQ_FTQ_CTL);
10462 cur_depth = (ctl & BCE_COM_COMQ_FTQ_CTL_CUR_DEPTH) >> 22;
10463 max_depth = (ctl & BCE_COM_COMQ_FTQ_CTL_MAX_DEPTH) >> 12;
10466 cmd, ctl, cur_depth, max_depth, valid_cnt);
10481 ctl = REG_RD_IND(sc, BCE_MCP_MCPQ_FTQ_CTL);
10482 cur_depth = (ctl & BCE_MCP_MCPQ_FTQ_CTL_CUR_DEPTH) >> 22;
10483 max_depth = (ctl & BCE_MCP_MCPQ_FTQ_CTL_MAX_DEPTH) >> 12;
10486 cmd, ctl, cur_depth, max_depth, valid_cnt);
10490 ctl = REG_RD_IND(sc, BCE_CP_CPQ_FTQ_CTL);
10491 cur_depth = (ctl & BCE_CP_CPQ_FTQ_CTL_CUR_DEPTH) >> 22;
10492 max_depth = (ctl & BCE_CP_CPQ_FTQ_CTL_MAX_DEPTH) >> 12;
10495 cmd, ctl, cur_depth, max_depth, valid_cnt);
10499 ctl = REG_RD(sc, BCE_CSCH_CH_FTQ_CTL);
10500 cur_depth = (ctl & BCE_CSCH_CH_FTQ_CTL_CUR_DEPTH) >> 22;
10501 max_depth = (ctl & BCE_CSCH_CH_FTQ_CTL_MAX_DEPTH) >> 12;
10504 cmd, ctl, cur_depth, max_depth, valid_cnt);
10509 ctl = REG_RD(sc, BCE_RV2PCSR_FTQ_CTL);
10510 cur_depth = (ctl & 0xFFC00000) >> 22;
10511 max_depth = (ctl & 0x003FF000) >> 12;
10514 cmd, ctl, cur_depth, max_depth, valid_cnt);