Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/cxgb/ | |
cxgb_adapter.h | 294 struct sge_rspq rspq; member in struct:sge_qset 556 return container_of(q, struct sge_qset, rspq); |
cxgb_sge.c | 446 qs->rspq.holdoff_tmr = uimax(p->coalesce_nsecs/100, 1U); 447 qs->rspq.polling = 0 /* p->polling */; 763 /* mbufs are allocated on demand when a rspq entry is processed. */ 826 lock = (sc->flags & USING_MSIX) ? &qs->rspq.lock : 827 &sc->sge.qs[0].rspq.lock; 838 if (status & (1 << qs->rspq.cntxt_id)) { 839 if (qs->rspq.credits) { 840 refill_rspq(sc, &qs->rspq, 1); 841 qs->rspq.credits--; 843 1 << qs->rspq.cntxt_id) 2389 struct sge_rspq *rspq = &qs->rspq; local in function:process_responses 2614 struct sge_rspq *rspq = &qs->rspq; local in function:t3_intr_msix [all...] |
cxgb_t3_cpl.h | 1483 __u8 rspq:3; member in struct:cpl_rdma_terminate 1487 __u8 rspq:3; member in struct:cpl_rdma_terminate |