Searched refs:ingress_rx_threshold (Results 1 – 2 of 2) sorted by relevance
1391 u32 ingress_rx_threshold; in csio_wr_get_sge() local1436 ingress_rx_threshold = csio_rd_reg32(hw, SGE_INGRESS_RX_THRESHOLD); in csio_wr_get_sge()1437 sge->counter_val[0] = THRESHOLD_0_GET(ingress_rx_threshold); in csio_wr_get_sge()1438 sge->counter_val[1] = THRESHOLD_1_GET(ingress_rx_threshold); in csio_wr_get_sge()1439 sge->counter_val[2] = THRESHOLD_2_GET(ingress_rx_threshold); in csio_wr_get_sge()1440 sge->counter_val[3] = THRESHOLD_3_GET(ingress_rx_threshold); in csio_wr_get_sge()
2552 u32 ingress_rx_threshold; in t4_sge_init_soft() local2620 ingress_rx_threshold = t4_read_reg(adap, SGE_INGRESS_RX_THRESHOLD); in t4_sge_init_soft()2621 s->counter_val[0] = THRESHOLD_0_GET(ingress_rx_threshold); in t4_sge_init_soft()2622 s->counter_val[1] = THRESHOLD_1_GET(ingress_rx_threshold); in t4_sge_init_soft()2623 s->counter_val[2] = THRESHOLD_2_GET(ingress_rx_threshold); in t4_sge_init_soft()2624 s->counter_val[3] = THRESHOLD_3_GET(ingress_rx_threshold); in t4_sge_init_soft()