Searched refs:mailbox (Results 26 - 50 of 51) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_isr.c409 * qla4xxx_isr_decode_mailbox - decodes mailbox status
413 * This routine decodes the mailbox status during the ISR.
428 * Copy all mailbox registers to a temporary
429 * location and set mailbox command done flag
433 readl(&ha->reg->mailbox[i]);
502 readl(&ha->reg->mailbox[1]),
503 readl(&ha->reg->mailbox[2])));
512 readl(&ha->reg->mailbox[1]),
513 readl(&ha->reg->mailbox[2]),
514 readl(&ha->reg->mailbox[
[all...]
H A Dql4_mbx.c12 * qla4xxx_mailbox_command - issues mailbox commands
14 * @inCount: number of mailbox registers to load.
15 * @outCount: number of mailbox registers to return.
16 * @mbx_cmd: data pointer for mailbox in registers.
17 * @mbx_sts: data pointer for mailbox out registers.
19 * This routine sssue mailbox commands and waits for completion.
21 * for the mailbox command to complete.
58 /* To prevent overwriting mailbox registers for a command that has
60 * mailbox command is interrupting.
71 /* Send the mailbox comman
[all...]
H A Dql4_init.c900 writel(jiffies, &ha->reg->mailbox[7]);
916 mbox_status = readw(&ha->reg->mailbox[0]);
1011 mbox_status = readw(&ha->reg->mailbox[0]);
H A Dql4_fw.h163 __le32 mailbox[MBOX_REG_COUNT]; member in struct:isp_reg
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dmain.c275 struct mlx4_cmd_mailbox *mailbox; local
278 mailbox = mlx4_alloc_cmd_mailbox(dev->dev);
279 if (IS_ERR(mailbox))
280 return PTR_ERR(mailbox);
282 memset(mailbox->buf, 0, 256);
285 *(u8 *) mailbox->buf = !!reset_qkey_viols << 6;
286 ((__be32 *) mailbox->buf)[2] = cpu_to_be32(cap_mask);
288 ((u8 *) mailbox->buf)[3] = !!reset_qkey_viols;
289 ((__be32 *) mailbox->buf)[1] = cpu_to_be32(cap_mask);
292 err = mlx4_cmd(dev->dev, mailbox
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/appletalk/
H A Dltpc.c282 unsigned char mailbox; member in struct:xmitQel
337 static unsigned char mailbox[16]; variable
355 /* get the first free mailbox */
552 qels[0].mailbox = 0;
577 ltdmacbuf[1] = q->mailbox;
601 qels[0].mailbox = 0;
617 /* non-zero mailbox numbers are for
620 if(q->mailbox) {
624 mailbox[ 0x0f & ltdmabuf[0] ] = ltdmabuf[1];
662 qels[i].mailbox
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-blackbird.c323 memory_read(dev->core, dev->mailbox - 4, &value);
325 dprintk(0, "Firmware and/or mailbox pointer not initialized or corrupted\n");
329 memory_read(dev->core, dev->mailbox, &flag);
336 memory_write(dev->core, dev->mailbox, flag);
339 memory_write(dev->core, dev->mailbox + 1, command); /* command code */
340 memory_write(dev->core, dev->mailbox + 3, IVTV_API_STD_TIMEOUT); /* timeout */
342 memory_write(dev->core, dev->mailbox + 4 + i, data[i]);
346 memory_write(dev->core, dev->mailbox + 4 + i, 0);
349 memory_write(dev->core, dev->mailbox, flag);
354 memory_read(dev->core, dev->mailbox,
[all...]
H A Dcx88.h463 u32 mailbox; member in struct:cx8802_dev
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Depca.h140 struct global_data __iomem *mailbox; member in struct:channel
H A Depca.c789 ctail = readw(&ch->mailbox->cout);
791 if (tail == head && readw(&ch->mailbox->cin) == ctail && readb(&bc->tbusy) == 0)
1508 ch->mailbox = gd;
1704 head = readw(&ch->mailbox->ein);
1705 tail = readw(&ch->mailbox->eout);
1742 while ((tail = readw(&chan0->mailbox->eout)) != (head = readw(&chan0->mailbox->ein)))
1809 writew((tail + 4) & (IMAX - ISTART - 4), &chan0->mailbox->eout);
1830 head = readw(&ch->mailbox->cin);
1832 cmdStart = readw(&ch->mailbox
[all...]
H A Dcyclades.c3838 u32 mailbox; local
3846 mailbox = readl(&((struct RUNTIME_9060 __iomem *)
3848 nports = (mailbox == ZE_V1) ? ZE_V1_NPORTS : 8;
3882 if (mailbox == ZO_V1)
4162 u32 mailbox; local
4247 mailbox = (u32)readl(&ctl_addr->mail_box_0);
4249 addr2 = pci_iomap(pdev, 2, mailbox == ZE_V1 ?
4256 if (mailbox == ZE_V1) {
4265 if (mailbox == ZO_V1) {
4283 if ((mailbox
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daha1542.h85 struct mailbox { struct
H A Dqla1280.c43 - Handle interrupts during mailbox testing
54 - Delete completion queue from srb if mailbox command failed to
97 - Use completion queue for mailbox commands instead of busy wait
125 - Rely on mailbox commands generating interrupts - do not
143 - Enable interrupts early (before any mailbox access) in preparation
144 for cleaning up the mailbox handling
781 printk(KERN_ERR "scsi(%ld): mailbox timed out, mailbox0 %04x, "
1483 /* Insure mailbox registers are free. */
2382 * Issue mailbox command and waits for completion.
2386 * mr = mailbox register
3430 uint16_t mailbox[MAILBOX_REGISTER_COUNT]; local
[all...]
H A Daha1542.c155 /* This will effectively start both of them at the first mailbox */
160 struct mailbox mb[2 * AHA1542_MAILBOXES];
442 struct mailbox *mb;
586 HOSTDATA(shost)->SCint[mbo] = NULL; /* This effectively frees up the mailbox slot, as
604 struct mailbox *mb;
660 panic("Unable to find empty mailbox for aha1542.\n");
698 /* free the claimed mailbox slot */
771 struct mailbox *mb;
1298 struct mailbox *mb;
1322 panic("Unable to find empty mailbox fo
[all...]
H A Dwd7000.c234 * WD7000-specific mailbox structure
237 typedef volatile struct mailbox { struct
404 * 10NNNNNN outgoing mailbox NNNNNN is free
405 * 11NNNNNN incoming mailbox NNNNNN needs service
409 #define MB_MASK 0x3f /* mask for mailbox number */
440 * by OGMB. Again, SCBs reference their scsi_cmnds directly, so mailbox
906 /* We first look for a free outgoing mailbox */
1033 /* The interrupt is for a mailbox */
1035 dprintk("wd7000_intr: free outgoing mailbox\n");
1044 /* The interrupt is for an incoming mailbox */
[all...]
H A Dipr.c101 .mailbox = 0x0042C,
116 .mailbox = 0x0052C,
2008 /* Read data from mailbox and increment destination pointer */
6479 * through the mailbox register.
6486 unsigned long mailbox; local
6492 mailbox = readl(ioa_cfg->ioa_mailbox);
6494 if (!ipr_sdt_is_fmt2(mailbox)) {
6500 rc = ipr_get_ldump_data_section(ioa_cfg, mailbox, (__be32 *) &sdt,
7557 ioa_cfg->ioa_mailbox = ioa_cfg->chip_cfg->mailbox + ipr_regs;
H A Dipr.h1020 u32 mailbox; member in struct:ipr_chip_cfg_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dpop3.c469 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "RETR %s", pop3c->mailbox);
483 if(pop3c->mailbox[0] != '\0')
484 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "LIST %s", pop3c->mailbox);
490 if(pop3c->mailbox[0] != '\0')
740 Curl_safefree(pop3c->mailbox);
741 pop3c->mailbox = NULL;
777 /* If mailbox is empty, then assume user wants listing for mail IDs,
778 * otherwise, attempt to retrieve the mail-id stored in mailbox
780 if(strlen(pop3c->mailbox) && !conn->data->set.ftp_list_only)
901 /* url decode the path and use this mailbox */
[all...]
H A Dimap.c500 imapc->mailbox?imapc->mailbox:"");
932 Curl_safefree(imapc->mailbox);
955 /* url decode the path and use this mailbox */
956 imapc->mailbox = curl_easy_unescape(data, path, 0, &len);
957 if(!imapc->mailbox)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dmailbox.c16 #include <asm/arch/mailbox.h>
188 .name = "mailbox",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mlx4/
H A Dcmd.h154 /* Invoke a command with an output mailbox */
177 void mlx4_free_cmd_mailbox(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c434 struct mthca_mailbox *mailbox = NULL; local
445 mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);
446 if (IS_ERR(mailbox))
447 return PTR_ERR(mailbox);
449 err = mthca_QUERY_QP(dev, qp->qpn, 0, mailbox, &status);
458 qp_param = mailbox->buf;
510 mthca_free_mailbox(dev, mailbox);
548 struct mthca_mailbox *mailbox; local
555 mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);
556 if (IS_ERR(mailbox)) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dmailbox.c17 #include <asm/arch/mailbox.h>
300 .name = "mailbox",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dmailbox.c2 * OMAP mailbox driver
34 #include <asm/arch/mailbox.h>
35 #include "mailbox.h"
359 "failed to register mailbox interrupt:%d\n", ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.c1051 /* stop mailbox */
1216 u32 mailbox = 100 * readl_be( MIXART_MEM( chip->mgr, MIXART_PSEUDOREG_PERF_MAILBX_LOAD_OFFSET)) / ref; local
1221 snd_iprintf(buffer, "\tmailbox : %d\n", mailbox);
1323 /* init mailbox */

Completed in 340 milliseconds

123