Searched defs:headers (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/isci/
H A Dunsolicited_frame_control.h244 struct sci_uf_header_array headers; member in struct:sci_unsolicited_frame_control
/drivers/scsi/aacraid/
H A Dcomminit.c181 q->headers.producer = (__le32 *)mem;
182 q->headers.consumer = (__le32 *)(mem+1);
183 *(q->headers.producer) = cpu_to_le32(qsize);
184 *(q->headers.consumer) = cpu_to_le32(qsize);
241 u32 *headers; local
255 * queue headers.
260 if (!aac_alloc_comm(dev, (void * *)&headers, size, QUEUE_ALIGNMENT))
263 queues = (struct aac_entry *)(((ulong)headers) + hdrsize);
267 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES);
269 headers
[all...]
H A Daacraid.h193 * The queue headers define the Communication Region queues. These
195 * host. Even though all queue headers are in the same contiguous block
561 struct aac_qhdr headers; /*producer,consumer q headers*/ member in struct:aac_queue
/drivers/net/wimax/i2400m/
H A Dfw.c81 * commands and payloads. Optionally more BCF headers might follow the
1176 * Run consistency tests on the firmware file and load up headers
1183 * This will also look at all the headers present on the firmware
1245 * Run consistency tests on the firmware file and load up headers
1252 * This will also look at all the headers present on the firmware
1260 size_t headers = 0; local
1267 headers++, itr = next) {
1283 if (headers == 0)
1288 result = i2400m_fw_hdr_check(i2400m, bcf_hdr, headers, offset);
1305 if (headers
[all...]
/drivers/isdn/hisax/
H A Disdnl2.c356 int headers = l2addrsize(&st->l2) + 1; local
357 u_char *datap = skb->data + headers;
367 if (skb->len < headers + 5)
374 if (skb->len < headers + 3)
/drivers/isdn/mISDN/
H A Dlayer2.c533 u_int headers = l2addrsize(l2) + 1; local
534 u_char *datap = skb->data + headers;
542 if (skb->len < headers + 5)
549 if (skb->len < headers + 3)
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.c1196 static int check_file(const u8 *headers) argument
1202 trx = (struct trx_header_le *) headers;
1206 headers += sizeof(struct trx_header_le);

Completed in 220 milliseconds