Lines Matching refs:req_depth
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()
3440 sz = (ioc->req_sz * ioc->req_depth) + 128; in PrimeIocFifos()
3497 for (i = 0; i < ioc->req_depth; i++) { in PrimeIocFifos()
3508 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC); in PrimeIocFifos()
3531 sz = (ioc->req_sz * ioc->req_depth) + 128; in PrimeIocFifos()
3551 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC); in PrimeIocFifos()
5285 sz = (ioc->req_sz * ioc->req_depth) + 128; in procmpt_iocinfo_read()
5288 ioc->req_sz, ioc->req_depth, ioc->req_sz*ioc->req_depth, sz); in procmpt_iocinfo_read()
5376 ioc->req_depth); in mpt_print_ioc_summary()