Searched refs:req_depth (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/message/fusion/ |
D | mptbase.c | 448 if ((mf) && ((mf >= MPT_INDEX_2_MFPTR(ioc, ioc->req_depth)) in mpt_interrupt() 456 if ((pa) && (mr) && ((mr >= MPT_INDEX_2_RFPTR(ioc, ioc->req_depth)) in mpt_interrupt() 522 (mf >= MPT_INDEX_2_MFPTR(ioc, ioc->req_depth))) { in mpt_base_reply() 847 …ERN_WARNING "IOC Active. No free Msg Frames! Count 0x%x Max 0x%x\n", iocp->mfcnt, iocp->req_depth); in mpt_get_msg_frame() 850 printk(KERN_INFO "MF Count 0x%x Max 0x%x \n", iocp->mfcnt, iocp->req_depth); in mpt_get_msg_frame() 1044 if (reqBytes >= 12 && ii >= 0 && ii < iocp->req_depth) { in mpt_send_handshake_request() 1900 sz = (this->req_sz * this->req_depth) + 128; in mpt_adapter_disable() 1913 sz = (this->req_depth * MPT_SENSE_BUFFER_ALLOC); in mpt_adapter_disable() 2345 ioc->req_depth = MIN(MPT_MAX_REQ_DEPTH, facts->GlobalCredits); in GetIocFacts() 2352 ioc->name, ioc->req_sz, ioc->req_depth)); in GetIocFacts() [all …]
|
D | mptscsih.c | 1312 int max = hd->ioc->req_depth; in mptscsih_reset_timeouts() 1340 int max = hd->ioc->req_depth; in mptscsih_flush_running_cmds() 1446 sz = hd->ioc->req_depth * sizeof(int); in mptscsih_initChainBuffers() 1453 for (ii = 0; ii < hd->ioc->req_depth; ii++) in mptscsih_initChainBuffers() 1775 sz = hd->ioc->req_depth * sizeof(void *); in mptscsih_detect() 2029 sz1 = hd->ioc->req_depth * sizeof(void *); in mptscsih_release() 2035 szr2chain = hd->ioc->req_depth * sizeof(int); in mptscsih_release() 2239 copy_info(&info, "MaxQ=%d\n", ioc->req_depth); in mptscsih_host_info() 4017 for (i = 0; i < hd->ioc->req_depth; i++) { in SCPNT_TO_LOOKUP_IDX() 4219 for (ii=0; ii < hd->ioc->req_depth; ii++) in mptscsih_ioc_reset() [all …]
|
D | mptbase.h | 589 int req_depth; /* Number of request frames */ member
|