Searched full:payloads (Results 1 – 25 of 54) sorted by relevance
123
/linux-3.3/drivers/net/wimax/i2400m/ |
D | tx.c | 65 * Because we need the send payload descriptors and then payloads and 77 * go appending payloads until we run out of space or of payload 82 * descriptors and payloads. 85 * can keep adding payloads to it. 87 * Closed: we are not appending more payloads to this TX message 88 * (exahusted space in the queue, too many payloads or 94 * payloads. 125 * payloads and padding so that right after it the payloads start 128 * It is cheaper to move the header up than the whole payloads down. 152 * incomplete message with a couple of payloads. [all …]
|
D | i2400m.h | 396 * appending payloads. 404 * @tx_pl_num: total number of payloads sent 406 * @tx_pl_max: maximum number of payloads sent in a TX message 408 * @tx_pl_min: minimum number of payloads sent in a TX message 422 * @rx_pl_num: total number of payloads received 424 * @rx_pl_max: maximum number of payloads received in a RX message 426 * @rx_pl_min: minimum number of payloads received in a RX message
|
D | usb-rx.c | 170 * Receive a message with payloads from the USB bus into an skb 370 /* Receive the message with the payloads */ in i2400mu_rxd()
|
D | fw.c | 81 * commands and payloads. Optionally more BCF headers might follow the 83 * then pass the commands and payloads verbatim to the i2400m_bm_cmd() 686 * payloads). Assumed verified and consistent. 781 * that is followed by the actual payloads). 1376 * @bcf_size: size of the @bcf buffer (header plus payloads)
|
D | usb-notif.c | 74 * In normal operation mode, we can only receive two types of payloads
|
/linux-3.3/include/linux/wimax/ |
D | i2400m.h | 55 * firmware is uploaded. It transports data payloads and control 58 * It consists 'messages' that pack one or more payloads each. The 81 * The HEADER is defined by 'struct i2400m_l3l4_hdr'. The payloads are 303 * @num_pls: number of payloads in this message
|
/linux-3.3/drivers/s390/scsi/ |
D | zfcp_cfdc.c | 45 * @payloads: access conflicts list 54 u8 payloads[256]; member 165 memcpy(&data->payloads, &req->qtcb->bottom.support.els, in zfcp_cfdc_req_to_sense()
|
/linux-3.3/drivers/net/usb/ |
D | cdc_eem.c | 174 * may have received multiple EEM payloads, or command payloads. in eem_rx_fixup() 179 * all payloads (the last or only message was a command, or a in eem_rx_fixup()
|
/linux-3.3/include/linux/ |
D | bsg-lib.h | 58 /* DMA payloads for the request/response */
|
D | xfrm.h | 400 /* Automatically expand selector to include matching ICMP payloads. */
|
/linux-3.3/net/ipv4/netfilter/ |
D | Kconfig | 215 SNMP payloads. In conjunction with NAT, it allows a network 218 inside SNMP payloads to match IP-layer NAT mapping.
|
/linux-3.3/net/netlabel/ |
D | netlabel_cipso_v4.h | 37 * The following NetLabel payloads are supported by the CIPSO subsystem.
|
D | netlabel_mgmt.h | 38 * The following NetLabel payloads are supported by the management interface.
|
D | netlabel_unlabeled.h | 37 * The following NetLabel payloads are supported by the Unlabeled subsystem.
|
/linux-3.3/include/keys/ |
D | rxrpc-type.h | 99 * structure of raw payloads passed to add_key() or instantiate key
|
/linux-3.3/drivers/scsi/lpfc/ |
D | lpfc_nl.h | 49 * All net link event payloads will begin with and event type
|
/linux-3.3/security/ |
D | Kconfig | 70 Only key attributes are listed here; key payloads are not included in
|
/linux-3.3/Documentation/sound/alsa/ |
D | compress_offload.txt | 9 constant bitrates payloads such as IEC61937 in mind. Arguments and
|
/linux-3.3/drivers/staging/tidspbridge/include/dspbridge/ |
D | dbdefs.h | 179 STRMMODE_PROCCOPY, /* Processor(s) copy stream data payloads */
|
/linux-3.3/drivers/net/irda/ |
D | ksdazzle-sir.c | 50 * in payloads from 0 to 8 bytes long. When concatenated, these payloads form
|
/linux-3.3/security/keys/ |
D | gc.c | 321 * bunch as being dead and make sure all keyring ex-payloads in key_garbage_collector()
|
/linux-3.3/drivers/uwb/ |
D | uwbd.c | 48 * uwb_event'; for payloads, see 'struct uwbd_evt_*'.
|
/linux-3.3/lib/ |
D | decompress_unxz.c | 62 * so there's never a need to create payloads whose uncompressed size is
|
/linux-3.3/include/sound/ |
D | compress_params.h | 186 /* IEC61937 payloads without CUVP and preambles */
|
/linux-3.3/drivers/firewire/ |
D | core-transaction.c | 416 * request payloads of >= 8 bytes but not to inbound response payloads.
|
123