/src/sys/dev/pci/cxgb/ |
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_adapter.h | 294 struct sge_rspq rspq; member in struct:sge_qset 556 return container_of(q, struct sge_qset, rspq);
|
cxgb_lro.c | 195 t3_rx_eth(qs->port->adapter, &qs->rspq, sm, 2);
|
cxgb_common.h | 106 SGE_QSETS = 8, /* # of SGE Tx/Rx/RspQ sets */ 307 unsigned int polling; /* polling/interrupt service for rspq */ 683 const u16 *rspq); 750 unsigned int size, int rspq, int ovfl_mode,
|
cxgb_t3_cpl.h | 1483 __u8 rspq:3; member in struct:cpl_rdma_terminate 1487 __u8 rspq:3; member in struct:cpl_rdma_terminate
|
cxgb_t3_hw.c | 2021 * @rspq: response queue for async notifications 2031 unsigned int size, int rspq, int ovfl_mode, 2044 V_CQ_BASE_HI((u32)base_addr) | V_CQ_RSPQ(rspq) | 2290 * @rspq: values for the response queue lookup table (0xffff terminated) 2292 * Programs the receive packet steering logic. @cpus and @rspq provide 2298 const u16 *rspq) 2314 if (rspq) 2317 (i << 16) | rspq[q_idx++]); 2318 if (rspq[q_idx] == 0xffff)
|