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

/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c86 int qindex, tindex, revision; local
139 for(qindex = 0; qindex < XGE_FIFO_COUNT; qindex++) {
140 XGE_GET_PARAM_FIFO_QUEUE("hw.xge.fifo_queue_intr", intr, qindex,
142 XGE_GET_PARAM_FIFO_QUEUE("hw.xge.fifo_queue_max", max, qindex,
145 qindex, XGE_DEFAULT_FIFO_QUEUE_INITIAL);
148 dconfig->fifo.queue[qindex].tti[tindex].enabled = 1;
149 dconfig->fifo.queue[qindex].configured = 1;
152 urange_a, qindex, tinde
503 int qindex; local
527 int qindex; local
1977 int qindex, index; local
2164 int qindex = 0; local
2990 int qindex = 0; local
3004 xge_send_locked(struct ifnet *ifnetp, int qindex) argument
3278 int qindex = xge_hal_channel_id(channelh); local
[all...]
H A Dif_nxge.h145 #define XGE_GET_PARAM_FIFO_QUEUE(str_kenv, param, qindex, hardcode) \
146 XGE_GET_PARAM(str_kenv, ((*dconfig).fifo.queue[qindex]), param, \
149 #define XGE_GET_PARAM_FIFO_QUEUE_TTI(str_kenv, param, qindex, tindex, hardcode)\
150 XGE_GET_PARAM(str_kenv, ((*dconfig).fifo.queue[qindex].tti[tindex]), \
156 #define XGE_GET_PARAM_RING_QUEUE(str_kenv, param, qindex, hardcode) \
157 XGE_GET_PARAM(str_kenv, ((*dconfig).ring.queue[qindex]), param, \
160 #define XGE_GET_PARAM_RING_QUEUE_RTI(str_kenv, param, qindex, hardcode) \
161 XGE_GET_PARAM(str_kenv, ((*dconfig).ring.queue[qindex].rti), param, \
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c420 bqisclean(int qindex) argument
423 return (qindex >= QUEUE_CLEAN && qindex < QUEUE_CLEAN + CLEAN_QUEUES);
432 bqlock(int qindex) argument
435 return (struct mtx *)&bqlocks[qindex];
1343 binsfree(struct buf *bp, int qindex) argument
1347 if (qindex != QUEUE_EMPTY) {
1355 if (qindex == QUEUE_CLEAN) {
1357 qindex = bp->b_qindex;
1359 qindex
1531 buf_qrecycle(int qindex, bool kva) argument
1607 int qindex, first_qindex; local
2300 int qindex; local
2477 int qindex; local
[all...]
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_request.c334 int qindex = first_qindex; local
374 ib_q = (ib_q_array + qindex);
387 qindex = (qindex + 1) % num_op_ib_q;
388 if(qindex == first_qindex) {
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_iov.c766 u_int qindex; local
786 qindex = ffs(txq_map) - 1;
788 cur_queue = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, qindex);
791 txq_map &= ~(1 << qindex);
795 qindex = ffs(rxq_map) - 1;
797 cur_queue = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, qindex);
800 rxq_map &= ~(1 << qindex);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_utils.c1009 ocs_queue_history_add_q_info(ocs_hw_q_hist_t *q_hist, uint32_t qid, uint32_t qindex) argument
1013 q_hist->q_hist[q_hist->q_hist_index] = (qid << 16) | qindex;
1042 * @param qindex Queue index
1047 ocs_queue_history_wq(ocs_hw_q_hist_t *q_hist, uint32_t *entryw, uint32_t qid, uint32_t qindex) argument
1070 ocs_queue_history_add_q_info(q_hist, qid, qindex);
1140 * @param qindex Queue index
1145 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
1177 ocs_queue_history_add_q_info(q_hist, qid, qindex);
H A Dsli4.c5007 uint32_t qindex; local
5009 qindex = q->index;
5051 return qindex;
5143 uint32_t *qindex = NULL; local
5146 qindex = &q->u.r_idx;
5148 qindex = &q->index;
5155 qe += *qindex * q->size;
5185 *qindex = (*qindex + 1) & (q->length - 1);

Completed in 119 milliseconds