Lines Matching refs:rsp
3495 u32 cfg, val, req, rsp; in t4_cim_read_pif_la() local
3503 rsp = PILADBGWRPTR_G(val); in t4_cim_read_pif_la()
3507 *pif_rsp_wrptr = rsp; in t4_cim_read_pif_la()
3512 PILADBGRDPTR_V(rsp)); in t4_cim_read_pif_la()
3516 rsp++; in t4_cim_read_pif_la()
3519 rsp = (rsp + 2) & PILADBGRDPTR_M; in t4_cim_read_pif_la()
4467 const u16 *rsp = rspq; in t4_config_rss_range() local
4491 v = FW_RSS_IND_TBL_CMD_IQ0_V(*rsp); in t4_config_rss_range()
4492 if (++rsp >= rsp_end) in t4_config_rss_range()
4493 rsp = rspq; in t4_config_rss_range()
4494 v |= FW_RSS_IND_TBL_CMD_IQ1_V(*rsp); in t4_config_rss_range()
4495 if (++rsp >= rsp_end) in t4_config_rss_range()
4496 rsp = rspq; in t4_config_rss_range()
4497 v |= FW_RSS_IND_TBL_CMD_IQ2_V(*rsp); in t4_config_rss_range()
4498 if (++rsp >= rsp_end) in t4_config_rss_range()
4499 rsp = rspq; in t4_config_rss_range()
4875 t4_read_indirect(adap, TP_MIB_INDEX_A, TP_MIB_DATA_A, st->rsp, in t4_tp_get_cpl_stats()