Searched refs:messages (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/drivers/s390/block/
H A Ddasd_eckd.c5785 * error might be expected and log messages shouldn't be written
5799 * error might be expected and log messages shouldn't be
5863 struct dasd_rssd_messages *messages,
5926 memcpy(messages, message_buf,
5938 "Reading messages failed with rc=%d\n"
6623 static void dasd_eckd_handle_cuir(struct dasd_device *device, void *messages, argument
6626 struct dasd_cuir_message *cuir = messages;
6692 static void dasd_eckd_handle_oos(struct dasd_device *device, void *messages, argument
6695 struct dasd_oos_message *oos = messages;
6726 struct dasd_rssd_messages *messages; local
5862 dasd_eckd_read_message_buffer(struct dasd_device *device, struct dasd_rssd_messages *messages, __u8 lpum) argument
[all...]
H A Ddasd_eckd.h401 char messages[4087]; member in struct:dasd_rssd_messages
/linux-master/kernel/
H A Daudit.c318 static int messages = 0; local
328 if (++messages < audit_rate_limit) {
334 messages = 0;
349 * Always increment the lost messages counter.
1028 * control messages.
1039 * to reject login if unable to send messages to audit. If we return
1548 * audit_receive - receive messages from a netlink control socket
1551 * Parse the provided skb and deal with any messages that may be present,
/linux-master/drivers/ata/
H A Dlibahci.c2682 u8 messages; local
2690 messages = (em_ctl & EM_CTRL_MSG_TYPE) >> 16;
2692 if (messages) {
2696 hpriv->em_msg_type = messages;
/linux-master/include/linux/spi/
H A Dspi.h46 * @messages: number of spi-messages handled
71 u64_stats_t messages; member in struct:spi_statistics
334 * This represents the kind of device driver that uses SPI messages to
336 * a "protocol" driver because it works through messages rather than talking
338 * driver does to pass those messages). These protocols are defined in the
473 * @unprepare_transfer_hardware: there are currently no more messages on the
1047 * with nothing blocking messages going to other devices, this is just
1052 * by the results of previous messages and where the whole transaction
1132 * a single programmed DMA transfer. On all systems, these messages ar
[all...]
/linux-master/sound/soc/sof/
H A Dipc3-dtrace.c575 "DSP trace buffer overflow %u bytes. Total messages %d\n",
576 posn->overflow, posn->messages);
/linux-master/drivers/spi/
H A Dspi-mem.c311 * We do not have the concept of messages or transfers. Let's consider
314 u64_stats_inc(&stats->messages);
H A Dspi.c181 SPI_STATISTICS_SHOW(messages); variable
1607 SPI_STATISTICS_INCREMENT_FIELD(statm, messages);
1608 SPI_STATISTICS_INCREMENT_FIELD(stats, messages);
2075 * messages
2076 * @ctlr: the controller to check for queued messages
2078 * If there are more messages in the queue, the next message is returned from
2327 * spi_flush_queue - Send all pending messages in the queue from the callers'
2331 * This should be used when one wants to ensure all pending messages have been
3621 * the @replaced_transfers - it may be spi_message.messages!
4377 * Note that although all messages t
[all...]

Completed in 165 milliseconds

12