Searched defs:total_size (Results 26 - 47 of 47) sorted by relevance

12

/drivers/net/ethernet/amd/
H A Dni65.c179 short total_size; member in struct:card
190 .total_size = 0x10,
201 .total_size = 0x18,
212 .total_size = 0x18,
349 release_region(dev->base_addr, cards[p->cardno].total_size);
428 if(!request_region(ioaddr, cards[i].total_size, cards[i].cardname))
433 release_region(ioaddr, cards[i].total_size);
440 release_region(ioaddr, cards[i].total_size);
453 release_region(ioaddr, cards[i].total_size);
468 release_region(ioaddr, cards[p->cardno].total_size);
[all...]
/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c394 int total_size = 0; local
448 total_size += skb->truesize;
455 return total_size;
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c455 int total_size = 0; local
513 total_size += skb->truesize;
522 return total_size;
/drivers/staging/ozwpan/
H A Dozprotocol.h218 u16 total_size; member in struct:oz_get_desc_rsp
347 u16 total_size; member in struct:oz_fragmented
H A Dozhcd.c712 int length, int offset, int total_size)
720 length, offset, total_size);
727 if (required_size > total_size)
728 required_size = total_size;
751 urb->actual_length = total_size;
711 oz_hcd_get_desc_cnf(void *hport, u8 req_id, int status, u8 *desc, int length, int offset, int total_size) argument
/drivers/video/
H A Dbroadsheetfb.c1012 unsigned long total_size; local
1017 total_size = info->fix.smem_len;
1019 if (p > total_size)
1022 if (count > total_size) {
1024 count = total_size;
1027 if (count + p > total_size) {
1031 count = total_size - p;
H A Dfbmem.c747 unsigned long total_size; local
758 total_size = info->screen_size;
760 if (total_size == 0)
761 total_size = info->fix.smem_len;
763 if (p >= total_size)
766 if (count >= total_size)
767 count = total_size;
769 if (count + p > total_size)
770 count = total_size - p;
812 unsigned long total_size; local
[all...]
/drivers/block/
H A Dcciss_cmd.h107 BYTE total_size[4]; /* Total size in blocks */ member in struct:_ReadCapdata_struct
120 BYTE total_size[8]; /* Total size in blocks */ member in struct:_ReadCapdata_struct_16
H A Drbd.c1756 u64 total_size = 0; local
1768 rc = rbd_header_set_snap(rbd_dev, &total_size);
1810 set_capacity(disk, total_size / SECTOR_SIZE);
1814 disk->disk_name, (unsigned long long)total_size);
H A Dcciss.c176 sector_t *total_size, unsigned int *block_size);
178 sector_t *total_size, unsigned int *block_size);
180 sector_t total_size,
1991 sector_t total_size; local
2005 &total_size, &block_size);
2008 cciss_read_capacity(h, drv_index, &total_size, &block_size);
2012 if (total_size == 0xFFFFFFFFULL) {
2014 &total_size, &block_size);
2023 cciss_geometry_inquiry(h, drv_index, total_size, block_size,
2026 drvinfo->nr_blocks = total_size
2839 cciss_geometry_inquiry(ctlr_info_t *h, int logvol, sector_t total_size, unsigned int block_size, InquiryData_struct *inq_buff, drive_info_struct *drv) argument
2885 cciss_read_capacity(ctlr_info_t *h, int logvol, sector_t *total_size, unsigned int *block_size) argument
2912 cciss_read_capacity_16(ctlr_info_t *h, int logvol, sector_t *total_size, unsigned int *block_size) argument
2949 sector_t total_size; local
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1101 size_t total_size, i; local
1106 total_size = pd->port_rcvegrbuf_chunks * size;
1107 if ((vma->vm_end - vma->vm_start) > total_size) {
1111 (unsigned long) total_size);
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c843 size_t total_size, i; local
848 total_size = rcd->rcvegrbuf_chunks * size;
849 if ((vma->vm_end - vma->vm_start) > total_size) {
853 (unsigned long) total_size);
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c1349 u32 offset = 0, total_size, buf_size, local
1356 total_size = buf_len;
1371 while (total_size) {
1372 buf_size = min(total_size, (u32)60*1024);
1373 total_size -= buf_size;
/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c749 int total_size = sizeof(*req) + length; local
751 BUG_ON(total_size > BULK_BUF_SIZE);
763 return total_size;
/drivers/staging/tidspbridge/core/
H A Dio_sm.c1928 u32 total_size; local
1997 total_size = mmu_fault_dbg_info.size;
1999 if (total_size > MAX_MMU_DBGBUFF)
2000 total_size = MAX_MMU_DBGBUFF;
2002 buffer = kzalloc(total_size, GFP_ATOMIC);
2011 buffer_end = buffer + total_size / 4;
2016 total_size, 0);
/drivers/scsi/
H A Dpmcraid.c1463 u32 total_size, nla_genl_hdr_total_size; local
1472 total_size = nla_total_size(data_size);
1473 /* Add GENL_HDR to total_size */
1475 (total_size + (GENL_HDRLEN +
1483 total_size);
/drivers/tty/
H A Dn_gsm.c814 int len, total_size, size; local
817 total_size = 0;
821 return total_size;
845 total_size += size;
848 return total_size;
/drivers/usb/misc/
H A Dftdi-elan.c740 char *buf, int command_size, int total_size)
768 int total_size = 0; local
774 total_size += 5 + command->follows;
775 } return total_size;
783 int total_size; local
788 total_size = ftdi_elan_total_command_size(ftdi, command_size);
793 total_size);
796 buf = usb_alloc_coherent(ftdi->udev, total_size, GFP_KERNEL,
801 total_size);
806 command_size, total_size);
739 fill_buffer_with_all_queued_commands(struct usb_ftdi *ftdi, char *buf, int command_size, int total_size) argument
[all...]
/drivers/message/fusion/
H A Dmptbase.c4432 int i, reply_sz, sz, total_size, num_chain; local
4470 total_size = reply_sz = (ioc->reply_sz * ioc->reply_depth);
4481 total_size += sz;
4489 total_size += sz;
4490 mem = pci_alloc_consistent(ioc->pcidev, total_size, &alloc_dma);
4498 ioc->name, mem, (void *)(ulong)alloc_dma, total_size, total_size));
4500 memset(mem, 0, total_size);
4501 ioc->alloc_total += total_size;
4504 ioc->alloc_sz = total_size;
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-dev.h683 u32 total_size; member in struct:iwl_testmode_trace
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge.h1009 __le16 total_size; member in struct:flash_params_8000
/drivers/net/ethernet/broadcom/
H A Dbnx2.h6656 u32 total_size; member in struct:flash_spec

Completed in 6497 milliseconds

12