Searched defs:Size (Results 1 - 10 of 10) sorted by relevance

/drivers/staging/winbond/
H A Dmds.c201 u16 Size = 0; local
231 Size += 32;
236 Size += stmp; /* Current 4n offset of mpdu */
276 buffer = TargetBuffer + Size; /* Get the next 4n start address */
290 return Size;
506 pr_debug("35: EPA 4th frame detected. Size = %d\n", PacketSize);
/drivers/gpu/drm/i810/
H A Di810_drv.h71 unsigned long Size; member in struct:_drm_i810_ring_buffer
/drivers/media/video/gspca/
H A Dsunplus.c526 u8 Size; local
528 Size = gspca_dev->cam.cam_mode[gspca_dev->curr_mode].priv;
540 reg_w_1(gspca_dev, 0x25, 0, 4, Size);
552 reg_w_1(gspca_dev, 0x25, 0, 4, Size);
559 Size += 3;
563 0x08, Size, 0,
564 0x80 | (Size & 0x0f), 1);
568 spca504_acknowledged_command(gspca_dev, 0x08, Size, 0);
573 reg_w_riv(gspca_dev, 0xa0, (0x0500 | (Size & 0x0f)), 0x00);
574 reg_w_riv(gspca_dev, 0x20, 0x01, 0x0500 | (Size
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_ct.c76 "0145 Ignoring unsolicted CT HBQ Size:%d "
436 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint32_t Size) argument
457 Cnt = Size > FCELSSIZE ? FCELSSIZE : Size;
459 Size -= Cnt;
1183 CtReq->CommandResponse.bits.Size = 0;
1419 CtReq->CommandResponse.bits.Size = 0;
1575 CtReq->CommandResponse.bits.Size = 0;
1689 CtReq->CommandResponse.bits.Size = 0;
1699 CtReq->CommandResponse.bits.Size
[all...]
H A Dlpfc_hw.h89 uint32_t Size:16; member in struct:CtCommandResponse::__anon4503
1629 uint32_t bdeSize:24; /* Size of BDL array in host memory (bytes) */
1631 uint32_t bdeSize:24; /* Size of BDL array in host memory (bytes) */
/drivers/isdn/hardware/eicon/
H A Ddebug.c77 dword Size; /* total size of queue (constant) */ member in struct:MSG_QUEUE
79 byte *High; /* Base + Size (constant) */
87 volatile dword Size; /* size of data following MSG_HEAD */ member in struct:MSG_HEAD
88 #define MSG_INCOMPLETE 0x8000 /* ored to Size until queueCompleteMsg */
91 #define queueCompleteMsg(p) do { ((MSG_HEAD *)p - 1)->Size &= ~MSG_INCOMPLETE; } while (0)
97 Q->Size = sizeBuffer;
107 * An 'alloced' message is marked incomplete by oring the 'Size' field
117 if (Q->Wrap || need > Q->Size) {
141 Msg->Size = size | MSG_INCOMPLETE;
154 word size = ((MSG_HEAD *)Q->Head)->Size
[all...]
/drivers/scsi/mpt2sas/
H A Dmpt2sas_ctl.c2738 __le32 Size; member in struct:DIAG_BUFFER_START
2780 size = le32_to_cpu(request_data->Size);
/drivers/staging/crystalhd/
H A Dbc_dts_glob_lnx.h104 uint32_t Size; member in struct:BC_PCI_CFG
/drivers/usb/serial/
H A Dio_usbvend.h242 #define EDGE_FW_BULK_MAX_PACKET_SIZE 64 // Max Packet Size for Bulk In Endpoint (EP1)
243 #define EDGE_FW_BULK_READ_BUFFER_SIZE 1024 // Size to use for Bulk reads
245 #define EDGE_FW_INT_MAX_PACKET_SIZE 32 // Max Packet Size for Interrupt In Endpoint
437 __u8 RomSize; // F04 Size of ROM/E2PROM in K
438 __u8 RamSize; // F05 Size of external RAM in K
597 __u16 Size; // Size of data only not including header member in struct:ti_i2c_desc
/drivers/scsi/aacraid/
H A Daacraid.h200 __le32 size; /* Size in bytes of Fib which this QE points to */
283 u32 Size; /* FIB size excluding xport header */ member in struct:aac_fib_xporthdr
300 __le16 Size; /* Size of this FIB in bytes */ member in struct:aac_fibhdr
301 __le16 SenderSize; /* Size of the FIB in the sender
1058 unsigned base_size, dbg_size; /* Size of

Completed in 1621 milliseconds