Searched defs:msg_length (Results 1 - 8 of 8) sorted by relevance

/drivers/input/serio/
H A Dhyperv-keyboard.c109 struct synth_kbd_msg *msg, u32 msg_length)
126 if (msg_length < sizeof(struct synth_kbd_protocol_response)) {
129 msg_length);
145 if (msg_length < sizeof(struct synth_kbd_keystroke)) {
148 msg_length);
108 hv_kbd_on_receive(struct hv_device *hv_dev, struct synth_kbd_msg *msg, u32 msg_length) argument
/drivers/isdn/hardware/eicon/
H A Dmaintidi.c1219 int msg_length; local
1224 msg_length = *(msg + 1);
1225 msg = (start + msg_length);
/drivers/crypto/ux500/hash/
H A Dhash_core.c780 int msg_length, u8 *data_buffer, u8 *buffer,
787 if ((*index + msg_length) < HASH_BLOCK_SIZE) {
788 for (count = 0; count < msg_length; count++) {
792 *index += msg_length;
793 msg_length = 0;
843 msg_length -= (HASH_BLOCK_SIZE - *index);
858 } while (msg_length != 0);
1088 int msg_length = crypto_hash_walk_first(req, &walk); local
1091 if (msg_length == 0)
1097 /* Check if ctx->state.length + msg_length
778 hash_process_data(struct hash_device_data *device_data, struct hash_ctx *ctx, struct hash_req_ctx *req_ctx, int msg_length, u8 *data_buffer, u8 *buffer, u8 *index) argument
[all...]
/drivers/net/ethernet/amd/
H A Dlance.c216 s16 msg_length; /* This length is "normal". */ member in struct:lance_rx_head
936 lp->rx_ring[i].msg_length);
1175 short pkt_len = (lp->rx_ring[entry].msg_length & 0xfff)-4;
H A Dsun3lance.c114 volatile short msg_length; /* This length is "normal". */ member in struct:lance_rx_head
479 MEM->rx_head[i].msg_length = 0;
550 MEM->rx_head[i].msg_length);
804 // short pkt_len = head->msg_length;// & 0xfff;
805 short pkt_len = (head->msg_length & 0xfff) - 4;
816 head->msg_length = 0;
857 head->msg_length = 0;
H A Datarilance.c127 volatile short msg_length; /* This length is "normal". */ member in struct:lance_rx_head
721 MEM->rx_head[i].msg_length = 0;
755 MEM->rx_head[i].msg_length ));
989 short pkt_len = head->msg_length & 0xfff;
H A Dpcnet32.c220 __le32 msg_length; member in struct:pcnet32_rx_head
1143 pkt_len = (le32_to_cpu(rxp->msg_length) & 0xfff) - 4;
2389 0xffff, le32_to_cpu(lp->rx_ring[i].msg_length),
/drivers/media/common/siano/
H A Dsmscoreapi.h579 (ptr)->msg_length = len; \
617 u16 msg_length; /* length of entire message, including header */ member in struct:sms_msg_hdr

Completed in 259 milliseconds