[go: nahoru, domu]

Searched refs:q_depth (Results 1 - 16 of 16) sorted by relevance

/drivers/net/ethernet/brocade/bna/
H A Dbnad.c103 for (i = 0; i < ccb->q_depth; i++) {
116 u32 q_depth, u32 index)
139 BNA_QE_INDX_INC(index, q_depth);
151 BNA_QE_INDX_INC(index, q_depth);
168 for (i = 0; i < tcb->q_depth; i++) {
172 bnad_tx_buff_unmap(bnad, unmap_q, tcb->q_depth, i);
187 u32 wis, unmap_wis, hw_cons, cons, q_depth; local
198 q_depth = tcb->q_depth;
200 wis = BNA_Q_INDEX_CHANGE(cons, hw_cons, q_depth);
114 bnad_tx_buff_unmap(struct bnad *bnad, struct bnad_tx_unmap *unmap_q, u32 q_depth, u32 index) argument
365 u32 alloced, prod, q_depth; local
433 u32 alloced, prod, q_depth, buff_sz; local
2937 u32 prod, q_depth, vect_id; local
[all...]
H A Dbna.h161 ((_q_ptr)->q.q_depth - 1))
166 & ((_q_ptr)->q.q_depth - 1))
169 (BNA_QE_FREE_CNT(&((_q_ptr)->q), (_q_ptr)->q.q_depth))
172 (BNA_QE_IN_USE_CNT(&(_q_ptr)->q, (_q_ptr)->q.q_depth))
H A Dbna_types.h439 u32 q_depth; member in struct:bna_tcb
570 u32 q_depth; member in struct:bna_rcb
586 int q_depth; member in struct:bna_rxq
633 u32 q_depth; member in struct:bna_ccb
H A Dbfa_msgq.c524 msgq_cfg->cmdq.q_depth = htons(msgq->cmdq.depth);
526 msgq_cfg->rspq.q_depth = htons(msgq->rspq.depth);
H A Dbfi.h430 u16 q_depth; /* Total num of entries in the queue */ member in struct:bfi_msgq
H A Dbna_tx_rx.c2637 q0->rcb->q_depth = rx_cfg->q0_depth;
2638 q0->q_depth = rx_cfg->q0_depth;
2663 q1->rcb->q_depth = rx_cfg->q1_depth;
2664 q1->q_depth = rx_cfg->q1_depth;
2694 rxp->cq.ccb->q_depth = cq_depth;
3788 txq->tcb->q_depth = tx_cfg->txq_depth;
/drivers/block/rsxx/
H A Dcregs.c147 card->creg_ctrl.q_depth--;
199 card->creg_ctrl.q_depth++;
336 card->creg_ctrl.q_depth--;
413 card->creg_ctrl.q_depth + 20000);
720 card->creg_ctrl.q_depth++;
H A Drsxx_priv.h142 unsigned int q_depth; member in struct:rsxx_cardinfo::__anon366
H A Ddma.c207 u32 q_depth = 0; local
215 q_depth += atomic_read(&card->ctrl[i].stats.hw_q_depth);
218 q_depth / 2,
/drivers/block/
H A Dnvme-core.c107 u16 q_depth; member in struct:nvme_queue
152 return (void *)&nvmeq->cmdid_data[BITS_TO_LONGS(nvmeq->q_depth)];
178 int depth = nvmeq->q_depth - 1;
254 if (cmdid >= nvmeq->q_depth || !info[cmdid].fn) {
345 if (++tail == nvmeq->q_depth)
634 if (++nvmeq->sq_tail == nvmeq->q_depth)
651 if (++nvmeq->sq_tail == nvmeq->q_depth)
700 if (++nvmeq->sq_tail == nvmeq->q_depth)
800 if (++head == nvmeq->q_depth) {
1006 c.create_cq.qsize = cpu_to_le16(nvmeq->q_depth
[all...]
/drivers/scsi/bfa/
H A Dbfi.h545 #define BFI_MSGQ_FULL(_q) (((_q->pi + 1) % _q->q_depth) == _q->ci)
547 #define BFI_MSGQ_UPDATE_CI(_q) (_q->ci = (_q->ci + 1) % _q->q_depth)
548 #define BFI_MSGQ_UPDATE_PI(_q) (_q->pi = (_q->pi + 1) % _q->q_depth)
550 /* q_depth must be power of 2 */
551 #define BFI_MSGQ_FREE_CNT(_q) ((_q->ci - _q->pi - 1) & (_q->q_depth - 1))
592 u16 q_depth; /* Total num of entries in the queue */ member in struct:bfi_msgq_s
H A Dbfa_fcpim.h126 u16 q_depth; member in struct:bfa_fcpim_s
H A Dbfa_defs_svc.h965 u16 q_depth; /* SCSI Queue depth */ member in struct:bfa_port_cfg_s
H A Dbfa_svc.c3657 fcport->cfg.q_depth =
3658 cpu_to_be16(fcport->cfg.q_depth);
4078 attr->pport_cfg.q_depth = bfa_fcpim_qdepth_get(bfa);
H A Dbfa_fcpim.c505 return fcpim->q_depth;
/drivers/target/tcm_fc/
H A Dtfc_conf.c209 u32 q_depth; local
222 q_depth = 32; /* XXX bogus default - get from tpg? */
224 &acl->se_node_acl, name, q_depth);

Completed in 232 milliseconds