Searched refs:comm (Results 1 - 25 of 62) sorted by relevance

123

/drivers/scsi/aacraid/
H A Drkt.c43 * @comm: communications method
46 static int aac_rkt_select_comm(struct aac_dev *dev, int comm) argument
49 retval = aac_rx_select_comm(dev, comm);
50 if (comm == AAC_COMM_MESSAGE) {
95 * to the comm region.
H A Dcomminit.c163 * Place the Printf buffer area after the Fast I/O comm area.
244 struct aac_queue_block * comm = dev->queues; local
266 comm->queue[HostNormCmdQueue].base = queues;
267 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES);
272 comm->queue[HostHighCmdQueue].base = queues;
273 aac_queue_init(dev, &comm->queue[HostHighCmdQueue], headers, HOST_HIGH_CMD_ENTRIES);
279 comm->queue[AdapNormCmdQueue].base = queues;
280 aac_queue_init(dev, &comm->queue[AdapNormCmdQueue], headers, ADAP_NORM_CMD_ENTRIES);
286 comm->queue[AdapHighCmdQueue].base = queues;
287 aac_queue_init(dev, &comm
[all...]
H A Drx.c520 * @comm: communications method
523 int aac_rx_select_comm(struct aac_dev *dev, int comm) argument
525 switch (comm) {
548 * to the comm region.
H A Dsrc.c499 * @comm: communications method
501 int aac_src_select_comm(struct aac_dev *dev, int comm) argument
503 switch (comm) {
H A Daacraid.h329 * Lowlevel and comm commands
494 int (*adapter_comm)(struct aac_dev * dev, int comm);
1178 #define aac_adapter_comm(dev,comm) \
1179 (dev)->a_ops.adapter_comm(dev, comm)
2008 int aac_rx_select_comm(struct aac_dev *dev, int comm);
/drivers/block/paride/
H A DMakefile11 obj-$(CONFIG_PARIDE_COMM) += comm.o
H A Dcomm.c2 comm.c (c) 1997-8 Grant R. Guenther <grant@torque.net>
5 comm.c is a low-level protocol driver for some older models
183 printk("%s: comm %s, DataStor Commuter at 0x%x, ",
190 static struct pi_protocol comm = { variable in typeref:struct:pi_protocol
192 .name = "comm",
208 return paride_register(&comm);
213 paride_unregister(&comm);
/drivers/scsi/
H A Dscsi_error.c911 current->comm));
1038 "0x%p\n", current->comm,
1051 current->comm,
1112 " 0x%p\n", current->comm, sdev));
1126 " 0x%p\n", current->comm, sdev));
1166 " 0x%p\n", current->comm,
1184 current->comm,
1220 current->comm, id));
1226 current->comm, id));
1282 " %d\n", current->comm,
[all...]
H A Dscsi_ioctl.c221 "ioctl, please convert it to SG_IO\n", current->comm);
/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c178 u32 status = readl(&priv->mfunc.comm->slave_read);
191 &priv->mfunc.comm->slave_write);
272 /* wait for comm channel ready
1333 mlx4_warn(dev, "Bad comm cmd:%d from slave:%d\n", cmd, slave);
1349 &priv->mfunc.comm[slave].slave_read);
1366 &priv->mfunc.comm[slave].slave_read);
1400 &mfunc->comm[slave].slave_write));
1401 slt = swab32(readl(&mfunc->comm[slave].slave_read))
1428 mlx4_warn(dev, "Failed to arm comm channel events\n");
1438 wr_toggle = swab32(readl(&priv->mfunc.comm
[all...]
/drivers/connector/
H A Dcn_proc.c224 ev->event_data.comm.process_pid = task->pid;
225 ev->event_data.comm.process_tgid = task->tgid;
226 get_task_comm(ev->event_data.comm.comm, task);
/drivers/staging/ramster/cluster/
H A Dmasklog.h182 printk(level "(%s,%u,%lu):%s:%d " fmt, current->comm, \
/drivers/staging/android/
H A Dlowmemorykiller.c145 p->pid, p->comm, oom_score_adj, tasksize);
149 selected->pid, selected->comm,
/drivers/dma/
H A Ddmatest.c163 const char *thread_name = current->comm;
212 current->comm, error_count - 32);
265 thread_name = current->comm;
463 thread->task->comm);
521 thread->task->comm, ret);
/drivers/misc/
H A Dpti.c169 * Since we access the comm member in current's task_struct, we only
170 * need to be as large as what 'comm' in that structure is.
172 char comm[TASK_COMM_LEN]; local
181 get_task_comm(comm, current);
183 strncpy(comm, "Interrupt", TASK_COMM_LEN);
186 comm[TASK_COMM_LEN-1] = 0;
187 thread_name_p = comm;
/drivers/char/agp/
H A Dgeneric.c533 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to x1 mode.\n", current->comm);
611 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to AGP3 x4 mode.\n", current->comm);
615 printk(KERN_INFO PFX "%s tried to set rate=x%d. Setting to AGP3 x8 mode.\n", current->comm, tmp * 4);
645 current->comm, *requested_mode);
656 current->comm, *requested_mode);
665 printk(KERN_INFO PFX "%s requested AGPx8 but bridge not capable.\n", current->comm);
671 printk(KERN_INFO PFX "%s requested AGPx8 but graphic card not capable.\n", current->comm);
/drivers/net/wireless/rtlwifi/
H A Ddebug.h193 KBUILD_MODNAME, current->comm, current->pid, \
/drivers/sbus/char/
H A Denvctrl.c1005 printk(KERN_INFO PFX "%s starting...\n", current->comm);
1020 current->comm, whichcpu,
1027 printk(KERN_INFO PFX "%s exiting...\n", current->comm);
/drivers/net/wireless/bcmdhd/include/
H A Dlinuxver.h109 strncpy(current->comm, a, MIN(sizeof(current->comm), (strlen(a)))); \
/drivers/target/iscsi/
H A Discsi_target_tq.c322 if (!strncmp(current->comm, ISCSI_RX_THREAD_NAME,
325 else if (!strncmp(current->comm, ISCSI_TX_THREAD_NAME,
/drivers/char/pcmcia/
H A Dcm4040_cs.c226 DEBUGP(2, dev, "-> cm4040_read(%s,%d)\n", current->comm, current->pid);
326 DEBUGP(2, dev, "-> cm4040_write(%s,%d)\n", current->comm, current->pid);
/drivers/tty/
H A Dtty_audit.c71 char name[sizeof(tsk->comm)];
75 "major=%d minor=%d comm=", description,
/drivers/block/drbd/
H A Ddrbd_req.c349 current->comm, current->pid,
367 current->comm, current->pid,
1067 current->comm, current->pid,
/drivers/mmc/host/
H A Dtmio_mmc_pio.c773 current->comm, task_pid_nr(current),
779 current->comm, task_pid_nr(current),
833 current->comm, task_pid_nr(current),
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1612 current->comm, current->pid, dd->ipath_unit,
1617 strlcpy(pd->port_comm, current->comm, sizeof(pd->port_comm));
1696 "cpu %d/%d\n", current->comm,
1707 current->comm, current->pid,
1752 current->comm, current->pid,
1808 current->comm, current->pid,

Completed in 562 milliseconds

123