Searched refs:rspq (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/dev/cxgb/ |
| D | cxgb_sge.c | 680 qs->rspq.holdoff_tmr = max(p->coalesce_usecs * 10, 1U); in t3_update_qset_coalesce() 681 qs->rspq.polling = 0 /* p->polling */; in t3_update_qset_coalesce() 1080 lock = (sc->flags & USING_MSIX) ? &qs->rspq.lock : in sge_timer_reclaim() 1081 &sc->sge.qs[0].rspq.lock; in sge_timer_reclaim() 1092 if (status & (1 << qs->rspq.cntxt_id)) { in sge_timer_reclaim() 1093 if (qs->rspq.credits) { in sge_timer_reclaim() 1094 refill_rspq(sc, &qs->rspq, 1); in sge_timer_reclaim() 1095 qs->rspq.credits--; in sge_timer_reclaim() 1097 1 << qs->rspq.cntxt_id); in sge_timer_reclaim() 1116 qs->rspq.cntxt_id = id; in init_qset_cntxt() [all …]
|
| D | cxgb_adapter.h | 277 struct sge_rspq rspq; member 555 return container_of(q, struct sge_qset, rspq); in rspq_to_qset()
|
| D | cxgb_main.c | 1321 while (adap->sge.qs[0].rspq.offload_pkts < init_cnt + n) { in await_mgmt_replies() 1335 unsigned long cnt = adap->sge.qs[0].rspq.offload_pkts; in init_tp_parity() 2321 qs[i].rspq.starved++; in cxgb_tick_handler()
|
| /freebsd-10-stable/sys/dev/cxgb/common/ |
| D | cxgb_common.h | 741 const u16 *rspq); 814 unsigned int size, int rspq, int ovfl_mode,
|
| D | cxgb_t3_hw.c | 2689 unsigned int size, int rspq, int ovfl_mode, in t3_sge_init_cqcntxt() argument 2702 V_CQ_BASE_HI((u32)base_addr) | V_CQ_RSPQ(rspq) | in t3_sge_init_cqcntxt() 2956 const u16 *rspq) in t3_config_rss() argument 2972 if (rspq) in t3_config_rss() 2975 (i << 16) | rspq[q_idx++]); in t3_config_rss() 2976 if (rspq[q_idx] == 0xffff) in t3_config_rss()
|
| D | cxgb_t3_cpl.h | 1548 __u8 rspq:3; member 1552 __u8 rspq:3; member
|
| /freebsd-10-stable/sys/dev/cxgbe/common/ |
| D | common.h | 592 int start, int n, const u16 *rspq, unsigned int nrspq);
|
| D | t4_hw.c | 4684 int start, int n, const u16 *rspq, unsigned int nrspq) in t4_config_rss_range() argument 4687 const u16 *rsp = rspq; in t4_config_rss_range() 4688 const u16 *rsp_end = rspq + nrspq; in t4_config_rss_range() 4744 rsp = rspq; in t4_config_rss_range()
|