Searched refs:q_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c2044 nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx) argument
2052 reg_val |= ((1UL << q_idx) << NICVF_INTR_CQ_SHIFT);
2055 reg_val |= ((1UL << q_idx) << NICVF_INTR_SQ_SHIFT);
2058 reg_val |= ((1UL << q_idx) << NICVF_INTR_RBDR_SHIFT);
2083 nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx) argument
2089 reg_val |= ((1UL << q_idx) << NICVF_INTR_CQ_SHIFT);
2092 reg_val |= ((1UL << q_idx) << NICVF_INTR_SQ_SHIFT);
2095 reg_val |= ((1UL << q_idx) << NICVF_INTR_RBDR_SHIFT);
2120 nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx) argument
2126 reg_val = ((1UL << q_idx) << NICVF_INTR_CQ_SHIF
2157 nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx) argument
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c3095 u16 i, q_idx; local
3129 q_idx = p_rss_tlv->rss_ind_table[i];
3130 if (!ecore_iov_validate_rxq(p_hwfn, vf, q_idx,
3134 vf->relative_vf_id, q_idx);
3139 p_cid = ecore_iov_get_vf_rx_queue_cid(&vf->vf_queues[q_idx]);
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c2958 int i, j, cpu_idx = 0, q_idx = 0; local
2975 (i << 16) | rspq[q_idx++]);
2976 if (rspq[q_idx] == 0xffff)
2977 q_idx = 0;

Completed in 119 milliseconds