Lines Matching defs:t2_scr
3602 u32 t2_scr;
3617 t2_scr = gem_readl_n(bp, SCRT2, fs->location);
3620 t2_scr = GEM_BFINS(ETHTEN, enable, t2_scr);
3626 t2_scr = GEM_BFINS(CMPAEN, 1, t2_scr);
3628 t2_scr = GEM_BFINS(CMPAEN, 0, t2_scr);
3631 t2_scr = GEM_BFINS(CMPBEN, 1, t2_scr);
3633 t2_scr = GEM_BFINS(CMPBEN, 0, t2_scr);
3636 t2_scr = GEM_BFINS(CMPCEN, 1, t2_scr);
3638 t2_scr = GEM_BFINS(CMPCEN, 0, t2_scr);
3640 gem_writel_n(bp, SCRT2, fs->location, t2_scr);
3648 u32 w0, w1, t2_scr;
3715 t2_scr = 0;
3716 t2_scr = GEM_BFINS(QUEUE, (fs->ring_cookie) & 0xFF, t2_scr);
3717 t2_scr = GEM_BFINS(ETHT2IDX, SCRT2_ETHT, t2_scr);
3719 t2_scr = GEM_BFINS(CMPA, GEM_IP4SRC_CMP(index), t2_scr);
3721 t2_scr = GEM_BFINS(CMPB, GEM_IP4DST_CMP(index), t2_scr);
3723 t2_scr = GEM_BFINS(CMPC, GEM_PORT_CMP(index), t2_scr);
3724 gem_writel_n(bp, SCRT2, index, t2_scr);