Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/Linux-v4.19/Documentation/isdn/
DREADME.audio83 received from the application via phone line.
107 <DLE>0 Touchtone "0" received.
109 <DLE>9 Touchtone "9" received.
110 <DLE># Touchtone "#" received.
111 <DLE>* Touchtone "*" received.
112 <DLE>A Touchtone "A" received.
113 <DLE>B Touchtone "B" received.
114 <DLE>C Touchtone "C" received.
115 <DLE>D Touchtone "D" received.
123 <DLE>c FAX calling tone received.
[all …]
DREADME.avmb1104 recvctlmsg: capi messages received without DATA_B3_IND
105 recvdatamsg: capi DATA_B3_IND received
116 nrecvctlmsg: capi messages received without DATA_B3_IND
117 nrecvdatamsg: capi DATA_B3_IND received
126 nrecvctlmsg: capi messages received without DATA_B3_IND
127 nrecvdatamsg: capi DATA_B3_IND received
142 nrecvctlmsg: capi messages received without DATA_B3_IND
143 nrecvdatamsg: capi DATA_B3_IND received
/Linux-v4.19/Documentation/networking/
Daltera_tse.txt78 received, the DMA logic generates an interrupt. The driver handles a receive
141 received. This count does not include any error packets such as CRC errors,
147 is received.
152 received.
160 successfully received by the controller.
168 received by the network controller.
171 a count of the number of packets received containing errors that prevented the
178 statistic is a count of the number of packets received that were not addressed
182 statistic is a count of the number of packets received that were addressed to
186 statistic is a count of the number of packets received that were addressed to
[all …]
Dtls.txt90 be received before decryption can happen.
100 EINVAL is returned if the TLS version in the received message does not
103 EMSGSIZE is returned if the received message is too big.
151 returned if a control message is received. Data messages may be
152 received without a cmsg buffer set.
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dadf_admin.c161 int times, received; in adf_put_admin_msg_sync() local
172 received = 0; in adf_put_admin_msg_sync()
176 received = 1; in adf_put_admin_msg_sync()
180 if (received) in adf_put_admin_msg_sync()
188 return received ? 0 : -EFAULT; in adf_put_admin_msg_sync()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-net-statistics14 Indicates the number of multicast packets received by this
22 Indicates the number of bytes received by this network device.
31 Indicates the number of compressed packets received by this
40 Indicates the number of packets received with a CRC (FCS) error
49 Indicates the number of packets received by the network device
68 Indicates the number of received frames with error, such as
78 Indicates the number of received error packet with a length
87 Indicates the number of received packets that have been missed
96 Indicates the number of received packets that are oversized
106 Indicates the total number of good packets received by this
Dsysfs-devices-platform-ipmi133 events: (RO) Number of IPMI events received from
153 received.
207 alerts: (RO) Number of alerts received.
216 received.
219 received.
221 events: (RO) Number of received events.
Dsysfs-class-uwb_rc16 If no beacons are received from a device for at least
109 this device was received.
148 (SNR) of all packets received from this device in dB.
158 the received signal in dB. LQE is a more useful
/Linux-v4.19/drivers/net/ethernet/sfc/
Dselftest.c290 struct efx_loopback_payload *received; in efx_loopback_rx_packet() local
301 received = (struct efx_loopback_payload *) buf_ptr; in efx_loopback_rx_packet()
302 received->ip.saddr = payload->ip.saddr; in efx_loopback_rx_packet()
304 received->ip.check = payload->ip.check; in efx_loopback_rx_packet()
307 if (pkt_len < sizeof(received->header)) { in efx_loopback_rx_packet()
315 if (memcmp(&received->header, &payload->header, ETH_HLEN) != 0) { in efx_loopback_rx_packet()
332 if (memcmp(&received->ip, &payload->ip, sizeof(payload->ip)) != 0) { in efx_loopback_rx_packet()
340 if (memcmp(&received->msg, &payload->msg, sizeof(received->msg)) != 0) { in efx_loopback_rx_packet()
348 if (received->iteration != payload->iteration) { in efx_loopback_rx_packet()
351 "%s loopback test\n", ntohs(received->iteration), in efx_loopback_rx_packet()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dselftest.c290 struct ef4_loopback_payload *received; in ef4_loopback_rx_packet() local
301 received = (struct ef4_loopback_payload *) buf_ptr; in ef4_loopback_rx_packet()
302 received->ip.saddr = payload->ip.saddr; in ef4_loopback_rx_packet()
304 received->ip.check = payload->ip.check; in ef4_loopback_rx_packet()
307 if (pkt_len < sizeof(received->header)) { in ef4_loopback_rx_packet()
315 if (memcmp(&received->header, &payload->header, ETH_HLEN) != 0) { in ef4_loopback_rx_packet()
332 if (memcmp(&received->ip, &payload->ip, sizeof(payload->ip)) != 0) { in ef4_loopback_rx_packet()
340 if (memcmp(&received->msg, &payload->msg, sizeof(received->msg)) != 0) { in ef4_loopback_rx_packet()
348 if (received->iteration != payload->iteration) { in ef4_loopback_rx_packet()
351 "%s loopback test\n", ntohs(received->iteration), in ef4_loopback_rx_packet()
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-ioc-receive.rst40 If the file descriptor is in non-blocking mode and there are no received
46 A received message can be:
48 1. a message received from another CEC device (the ``sequence`` field will
69 checked against the received messages to find the corresponding transmit
103 - Timestamp in ns of when the last byte of the message was received.
115 for a message to be received before timing out. If it is set to 0,
125 allows the application to associate the received message with the original
134 this message was received, not transmitted.
159 synchronized with the contents of the received message.
162 - The status bits of the received message. See
[all …]
Dcec-pin-error-inj.rst43 # <op>[,<mode>] rx-add-byte add a spurious byte to the received CEC message
44 # <op>[,<mode>] rx-remove-byte remove the last byte from the received CEC message
97 received or transmitted message, ``always`` to always trigger the error
101 So '``any rx-nack``' will NACK the next received CEC message,
102 '``any,always rx-nack``' will NACK all received CEC messages and
104 received and do that only for every other received message.
159 otherwise the opcode hasn't been received yet. This tests if the
166 Add a spurious 0x55 byte to the received CEC message, provided
171 Remove the last byte from the received CEC message, provided it
178 As soon as a start bit has been received the CEC adapter will switch
[all …]
/Linux-v4.19/sound/pci/echoaudio/
Dmidi.c118 short int count, midi_byte, i, received; in midi_service_irq() local
128 received = 0; in midi_service_irq()
142 chip->midi_buffer[received++] = (u8)midi_byte; in midi_service_irq()
145 return received; in midi_service_irq()
/Linux-v4.19/drivers/staging/speakup/
Dkobjects.c82 static void report_char_chartab_status(int reset, int received, int used, in report_char_chartab_status() argument
94 } else if (received) { in report_char_chartab_status()
97 used, received, object_type[do_characters]); in report_char_chartab_status()
124 int received = 0; in chars_chartab_store() local
143 received++; in chars_chartab_store()
217 report_char_chartab_status(reset, received, used, rejected, in chars_chartab_store()
726 static void report_msg_status(int reset, int received, int used, in report_msg_status() argument
735 } else if (received) { in report_msg_status()
738 used, received, groupname); in report_msg_status()
758 int received = 0; in message_store_helper() local
[all …]
/Linux-v4.19/drivers/misc/sgi-xp/
Dxp_main.c86 void (*received) (short, int, void *), in xpc_set_interface()
93 xpc_interface.received = received; in xpc_set_interface()
Dxp.h289 void (*received) (short, int, void *); member
333 if (xpc_interface.received) in xpc_received()
334 xpc_interface.received(partid, ch_number, payload); in xpc_received()
/Linux-v4.19/drivers/net/can/
Drx-offload.c198 int received = 0; in can_rx_offload_irq_offload_fifo() local
202 received++; in can_rx_offload_irq_offload_fifo()
205 if (received) in can_rx_offload_irq_offload_fifo()
208 return received; in can_rx_offload_irq_offload_fifo()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
DREADME107 num_rx_bytes = <number of bytes received from device and sent to kernel>
109 num_rx_pkts = <number of packets received from device and sent to kernel>
140 last_cmd_resp_id = <command id of the last several command responses received from device>
142 last_event = <event id of the last several events received from device>
147 num_evt_deauth = <number of deauthenticated events received from device>
148 num_evt_disassoc = <number of disassociated events received from device>
149 num_evt_link_lost = <number of link lost events received from device>
157 cmd_resp_received = <0/1, no cmd response to process/response received and yet to process>
158 event_received = <0/1, no event to process/event received and yet to process>
/Linux-v4.19/drivers/net/wan/
Dhd64572.c239 int received = 0; in sca_rx_done() local
249 while (received < budget) { in sca_rx_done()
274 received++; in sca_rx_done()
284 return received; in sca_rx_done()
332 int received = 0; in sca_poll() local
341 received = sca_rx_done(port, budget); in sca_poll()
343 if (received < budget) { in sca_poll()
344 napi_complete_done(napi, received); in sca_poll()
348 return received; in sca_poll()
/Linux-v4.19/drivers/staging/nvec/
Dnvec.c579 unsigned int received = 0; in nvec_interrupt() local
599 received = readl(nvec->base + I2C_SL_RCVD); in nvec_interrupt()
622 nvec->rx->data[0] = received; in nvec_interrupt()
642 nvec->rx->data[1] = received; in nvec_interrupt()
671 nvec->rx->data[nvec->rx->pos++] = received; in nvec_interrupt()
684 if (received != nvec->i2c_addr) in nvec_interrupt()
687 received, nvec->i2c_addr); in nvec_interrupt()
702 received, in nvec_interrupt()
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Dxilinx-nwl-pcie.txt18 "msi1, msi0": interrupt asserted when an MSI is received
19 "intx": interrupt asserted when a legacy interrupt is received
20 "misc": interrupt asserted when miscellaneous interrupt is received
/Linux-v4.19/Documentation/infiniband/
Duser_mad.txt36 MADs are received using read(). The receive side now supports
40 If the buffer passed is not large enough to hold the received
69 fields will be filled in with information on the received MAD. For
73 to ETIMEDOUT. Otherwise when a MAD has been successfully received,
111 index of received MADs. A new layout for struct ib_user_mad_hdr
/Linux-v4.19/drivers/atm/
Dnicstarmac.copyright24 * Implementing minimal-copy of received data:
36 * 2) skb_clone of received buffers
54 * You should have received a copy of the GNU General Public License
/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Dmal.c401 int received = 0; in mal_poll() local
424 n = mc->ops->poll_rx(mc->dev, budget - received); in mal_poll()
426 received += n; in mal_poll()
427 if (received >= budget) in mal_poll()
432 if (napi_complete_done(napi, received)) { in mal_poll()
459 MAL_DBG2(mal, "poll() %d <- %d" NL, budget, received); in mal_poll()
460 return received; in mal_poll()
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsi476x.rst74 0x02 received Number of received RDS blocks
119 0x02 snrhint 0 - received signal's SNR has not
121 1 - received signal's SNR has

12345678910>>...20