• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/fusion/

Lines Matching defs:req_sz

863 		req_idx = req_offset / ioc->req_sz;
913 req_idx = req_offset / ioc->req_sz;
948 req_idx = req_offset / ioc->req_sz;
1762 ioc->req_sz = MPT_DEFAULT_FRAME_SIZE; /* avoid div by zero! */
2976 int req_sz;
2997 req_sz = sizeof(get_facts);
2998 memset(&get_facts, 0, req_sz);
3004 "Sending get IocFacts request req_sz=%d reply_sz=%d\n",
3005 ioc->name, req_sz, reply_sz));
3010 r = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_facts,
3020 * to make sure we don't zero IOC's req_sz!
3116 ioc->req_sz = min(MPT_DEFAULT_FRAME_SIZE, facts->RequestFrameSize * 4);
3123 dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "req_sz =%3d, req_depth =%4d\n",
3124 ioc->name, ioc->req_sz, ioc->req_depth));
3156 int req_sz;
3174 req_sz = sizeof(get_pfacts);
3175 memset(&get_pfacts, 0, req_sz);
3187 ii = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_pfacts,
3363 int req_sz;
3370 req_sz = sizeof(PortEnable_t);
3371 memset(&port_enable, 0, req_sz);
3385 rc = mpt_handshake_req_reply_wait(ioc, req_sz,
3389 rc = mpt_handshake_req_reply_wait(ioc, req_sz,
3495 prequest = (sleepFlag == NO_SLEEP) ? kzalloc(ioc->req_sz, GFP_ATOMIC) :
3496 kzalloc(ioc->req_sz, GFP_KERNEL);
4257 scale = ioc->req_sz / ioc->SGE_size;
4259 num_sge = scale + (ioc->req_sz - 60) / ioc->SGE_size;
4261 num_sge = 1 + scale + (ioc->req_sz - 64) / ioc->SGE_size;
4265 (ioc->req_sz - 60) / ioc->SGE_size;
4268 scale + (ioc->req_sz - 64) / ioc->SGE_size;
4375 sz = (ioc->req_sz * ioc->req_depth);
4377 ioc->name, ioc->req_sz, ioc->req_depth));
4382 sz = num_chain * ioc->req_sz; /* chain buffer pool size */
4384 ioc->name, ioc->req_sz, num_chain));
4425 alloc_dma += ioc->req_sz;
4426 mem += ioc->req_sz;
4446 mem += ioc->req_sz;
4462 mem += ioc->req_sz;
6620 sz = (ioc->req_sz * ioc->req_depth) + 128;
6623 ioc->req_sz, ioc->req_depth, ioc->req_sz*ioc->req_depth, sz);