Searched refs:grq (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c321 * to the grq-bd chain. It attaches the amount of buffers received, no matter if they were
334 lm_tcp_grq_t * grq; local
346 grq = &toe_info->grqs[sb_idx];
347 bd_chain = &grq->bd_chain;
348 num_bufs = bd_chain->bd_left; /* required number of bufs from grq pool */
378 DbgBreakIf(grq->low_bds_threshold < USTORM_TOE_GRQ_CACHE_NUM_BDS);
379 if (grq->low_bds_threshold < USTORM_TOE_GRQ_CACHE_NUM_BDS) {
380 grq->low_bds_threshold = 3*GRQ_XOFF_TH;
382 if (bufs_in_chain >= grq->low_bds_threshold) {
385 num_bufs = grq
573 lm_tcp_grq_t *grq = &toe_info->grqs[i]; local
738 lm_tcp_grq_t *grq; local
6192 lm_tcp_grq_t * grq; local
6374 lm_tcp_grq_t *grq = &pdev->toe_info.grqs[i]; local
[all...]
H A Dlm_l4rx.c1426 lm_tcp_grq_t *grq; local
1441 grq = &pdev->toe_info.grqs[drv_toe_rss_id];
1611 * compensate the grq
1644 * there is a risk of the grq being accessed from a different context (the alloc context)
1668 /* lock the grq from external access: i.e.. allocation compensation */
1679 /* Compensate the GRQ with generic buffers from the pool : process_cqes takes buffers from the grq */

Completed in 53 milliseconds