Searched refs:qindex (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/crypto/ccp/
H A Dccp.c764 unsigned unit, qindex; local
782 qindex = (unsigned)count;
783 if (qindex >= nitems(sc->queues)) {
784 db_printf("No such queue %u\n", qindex);
787 db_show_ccp_qp(&sc->queues[qindex]);
791 db_printf("usage: show ccp <unit>[,<qindex>]\n");
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_request.c351 int qindex = first_qindex; local
396 ib_q = (ib_q_array + qindex);
409 qindex = (qindex + 1) % num_op_ib_q;
410 if(qindex == first_qindex) {
/freebsd-13-stable/sys/kern/
H A Dvfs_bio.c192 static void bq_init(struct bufqueue *bq, int qindex, int cpu,
1526 binsfree(struct buf *bp, int qindex) argument
1531 KASSERT(qindex == QUEUE_CLEAN || qindex == QUEUE_DIRTY,
1532 ("binsfree: Invalid qindex %d", qindex));
1539 if (bp->b_qindex == qindex) {
1550 if (qindex == QUEUE_CLEAN) {
1848 bq_init(struct bufqueue *bq, int qindex, int subqueue, const char *lockname) argument
1854 bq->bq_index = qindex;
2615 int qindex; local
2823 int qindex; local
[all...]
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_iov.c758 u_int qindex; local
778 qindex = ffs(txq_map) - 1;
780 cur_queue = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, qindex);
783 txq_map &= ~(1 << qindex);
787 qindex = ffs(rxq_map) - 1;
789 cur_queue = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, qindex);
792 rxq_map &= ~(1 << qindex);
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_utils.c1003 ocs_queue_history_add_q_info(ocs_hw_q_hist_t *q_hist, uint32_t qid, uint32_t qindex) argument
1007 q_hist->q_hist[q_hist->q_hist_index] = (qid << 16) | qindex;
1036 * @param qindex Queue index
1041 ocs_queue_history_wq(ocs_hw_q_hist_t *q_hist, uint32_t *entryw, uint32_t qid, uint32_t qindex) argument
1064 ocs_queue_history_add_q_info(q_hist, qid, qindex);
1134 * @param qindex Queue index
1139 ocs_queue_history_cqe(ocs_hw_q_hist_t *q_hist, uint8_t ctype, uint32_t *entryw, uint8_t status, uint32_t qid, uint32_t qindex) argument
1171 ocs_queue_history_add_q_info(q_hist, qid, qindex);
H A Dsli4.c4988 uint32_t qindex; local
4990 qindex = q->index;
5031 return qindex;
5123 uint32_t *qindex = NULL; local
5126 qindex = &q->u.r_idx;
5128 qindex = &q->index;
5135 qe += *qindex * q->size;
5165 *qindex = (*qindex + 1) & (q->length - 1);

Completed in 129 milliseconds