Searched refs:headers (Results 1 - 12 of 12) sorted by relevance

/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 Dcommsup.c300 idx = *index = le32_to_cpu(*(q->headers.producer));
302 if (idx != le32_to_cpu(*(q->headers.consumer))) {
309 if (idx != le32_to_cpu(*(q->headers.consumer)))
322 if ((*index + 1) == le32_to_cpu(*(q->headers.consumer))) {
636 if (le32_to_cpu(*q->headers.producer) == le32_to_cpu(*q->headers.consumer)) {
644 if (le32_to_cpu(*q->headers.consumer) >= q->entries)
647 index = le32_to_cpu(*q->headers.consumer);
669 if ((le32_to_cpu(*q->headers.producer)+1) == le32_to_cpu(*q->headers
[all...]
H A Drx.c411 *(q->headers.producer) = cpu_to_le32(Index + 1);
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/scsi/isci/
H A Dunsolicited_frame_control.c70 * Prepare all of the memory sizes for the UF headers, UF address
79 * memory descriptor entry. The headers and address table will be
93 * headers, since we program the UF address table pointers to
96 uf_control->headers.physical_address = dma + buf_len;
97 uf_control->headers.array = virt + buf_len;
103 * byte boundary already due to above programming headers being on a
104 * 64-bit boundary and headers are on a 64-bytes in size.
127 uf->header = &uf_control->headers.array[i];
H A Dunsolicited_frame_control.h244 struct sci_uf_header_array headers; member in struct:sci_unsolicited_frame_control
H A Dhost.c2478 * Inform the silicon as to the location of the UF headers and
2481 writel(lower_32_bits(ihost->uf_control.headers.physical_address),
2483 writel(upper_32_bits(ihost->uf_control.headers.physical_address),
/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/net/arcnet/
H A DKconfig54 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
/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);
/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)

Completed in 239 milliseconds