Searched refs:req_sz (Results 1 - 14 of 14) sorted by relevance
/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | bcmsdh.c | 462 unsigned int req_sz; local 470 req_sz = pkt->len + 3; 471 req_sz &= (uint)~3; 475 ((u8 *)(pkt->data)), req_sz); 478 addr, req_sz); 482 req_sz); 504 unsigned int req_sz, func_blk_sz, sg_cnt, sg_data_sz, pkt_offset; local 527 req_sz = 0; 529 req_sz += pkt_next->len; 530 req_sz [all...] |
/drivers/message/fusion/ |
H A D | mptbase.h | 661 int req_sz; /* Request frame size (bytes) */ member in struct:_MPT_ADAPTER 843 (MPT_FRAME_HDR*)( (u8*)(ioc)->req_frames + (ioc)->req_sz * (idx) ) 846 (int)( ((u8*)mf - (u8*)(ioc)->req_frames) / (ioc)->req_sz ) 849 (MPT_FRAME_HDR*)( (u8*)(ioc)->reply_frames + (ioc)->req_sz * (idx) )
|
H A D | mptbase.c | 921 req_idx = req_offset / ioc->req_sz; 971 req_idx = req_offset / ioc->req_sz; 1006 req_idx = req_offset / ioc->req_sz; 1830 ioc->req_sz = MPT_DEFAULT_FRAME_SIZE; /* avoid div by zero! */ 3066 int req_sz; local 3087 req_sz = sizeof(get_facts); 3088 memset(&get_facts, 0, req_sz); 3094 "Sending get IocFacts request req_sz=%d reply_sz=%d\n", 3095 ioc->name, req_sz, reply_sz)); 3100 r = mpt_handshake_req_reply_wait(ioc, req_sz, (u3 3241 int req_sz; local 3448 int req_sz; local [all...] |
H A D | mptdebug.h | 169 n = ioc->req_sz/4 - 1;
|
H A D | mptspi.c | 280 frameOffset = ioc->req_sz - sizeof(IOCPage4_t); 1468 * We can optimize: ZZ = req_sz/sizeof(SGE) 1471 * + (req_sz - 64)/sizeof(SGE) 1475 scale = ioc->req_sz/ioc->SGE_size; 1479 (ioc->req_sz - 60) / ioc->SGE_size; 1483 (ioc->req_sz - 64) / ioc->SGE_size;
|
H A D | mptfc.c | 1268 * We can optimize: ZZ = req_sz/sizeof(SGE) 1271 * + (req_sz - 64)/sizeof(SGE) 1275 scale = ioc->req_sz/ioc->SGE_size; 1279 (ioc->req_sz - 60) / ioc->SGE_size; 1283 (ioc->req_sz - 64) / ioc->SGE_size;
|
H A D | mptctl.c | 893 maxfrags = (iocp->req_sz - sizeof(MPIHeader_t) - 1076 sg_spill = ((ioc->req_sz - sge_offset)/ioc->SGE_size) - 1; 1870 if (sz > ioc->req_sz) { 1873 ioc->name, __FILE__, __LINE__, sz, ioc->req_sz);
|
H A D | mptscsih.c | 151 chain_idx = offset / ioc->req_sz; 205 frm_sz = ioc->req_sz; 363 chain_dma_off = ioc->req_sz * chain_idx; 1478 + (chain_idx * ioc->req_sz));
|
H A D | mptlan.c | 1170 max = (mpt_dev->req_sz - MPT_LAN_RECEIVE_POST_REQUEST_SIZE) /
|
H A D | mptsas.c | 5226 * We can optimize: ZZ = req_sz/sizeof(SGE) 5229 * + (req_sz - 64)/sizeof(SGE) 5233 scale = ioc->req_sz/ioc->SGE_size; 5237 (ioc->req_sz - 60) / ioc->SGE_size; 5241 (ioc->req_sz - 64) / ioc->SGE_size;
|
/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 867 uint32_t req_sz = ALIGN(size, CSIO_QCREDIT_SZ); local 868 int req_credits = req_sz / CSIO_QCREDIT_SZ; 903 if (unlikely(((uintptr_t)cwr + req_sz) > (uintptr_t)(q->vwrap))) { 907 wrp->size2 = req_sz - wrp->size1; 914 wrp->size1 = req_sz;
|
/drivers/scsi/ |
H A D | stex.c | 198 __le16 req_sz; /* size of each request payload */ member in struct:handshake_frame 1019 h->req_sz = cpu_to_le16(hba->rq_size); 1093 h->req_sz = cpu_to_le16(hba->rq_size);
|
H A D | sg.c | 1274 unsigned long req_sz, len, sa; local 1280 req_sz = vma->vm_end - vma->vm_start; 1283 (void *) vma->vm_start, (int) req_sz)); 1287 if (req_sz > rsv_schp->bufflen)
|
/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 286 u32 max_cmds, req_sz, reply_sz, io_frames_sz; local 289 req_sz = fusion->request_alloc_sz; 297 dma_free_coherent(&instance->pdev->dev, req_sz,
|
Completed in 167 milliseconds