Searched refs:grq (Results 1 – 2 of 2) sorted by relevance
334 lm_tcp_grq_t * grq; in lm_tcp_rx_fill_grq() local346 grq = &toe_info->grqs[sb_idx]; in lm_tcp_rx_fill_grq()347 bd_chain = &grq->bd_chain; in lm_tcp_rx_fill_grq()378 DbgBreakIf(grq->low_bds_threshold < USTORM_TOE_GRQ_CACHE_NUM_BDS); in lm_tcp_rx_fill_grq()379 if (grq->low_bds_threshold < USTORM_TOE_GRQ_CACHE_NUM_BDS) { in lm_tcp_rx_fill_grq()380 grq->low_bds_threshold = 3*GRQ_XOFF_TH; in lm_tcp_rx_fill_grq()382 if (bufs_in_chain >= grq->low_bds_threshold) { in lm_tcp_rx_fill_grq()385 num_bufs = grq->low_bds_threshold - bufs_in_chain; in lm_tcp_rx_fill_grq()388 if (grq->high_bds_threshold) { in lm_tcp_rx_fill_grq()390 if (bufs_in_chain >= grq->high_bds_threshold) { in lm_tcp_rx_fill_grq()[all …]
1426 lm_tcp_grq_t *grq; in lm_tcp_rx_process_cqes() local1441 grq = &pdev->toe_info.grqs[drv_toe_rss_id]; in lm_tcp_rx_process_cqes()