Searched defs:q_depth (Results 1 - 10 of 10) sorted by relevance

/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);
/drivers/block/rsxx/
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,
H A Drsxx_priv.h142 unsigned int q_depth; member in struct:rsxx_cardinfo::__anon366
/drivers/scsi/bfa/
H A Dbfa_fcpim.h126 u16 q_depth; member in struct:bfa_fcpim_s
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_defs_svc.h965 u16 q_depth; /* SCSI Queue depth */ member in struct:bfa_port_cfg_s
/drivers/net/ethernet/brocade/bna/
H A Dbfi.h430 u16 q_depth; /* Total num of entries in the queue */ member in struct:bfi_msgq
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_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
/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...]

Completed in 1444 milliseconds