Searched defs:msg_id (Results 1 - 11 of 11) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c196 comp_msg->msg_id = cpu_to_be16(HTC_MSG_SETUP_COMPLETE_ID);
266 conn_msg->msg_id = cpu_to_be16(HTC_MSG_CONNECT_SERVICE_ID);
370 __be16 *msg_id; local
396 msg_id = (__be16 *) ((void *) htc_hdr +
400 switch (be16_to_cpu(*msg_id)) {
H A Dhtc_hst.h163 __be16 msg_id; member in struct:htc_conn_svc_msg
180 __be16 msg_id; member in struct:htc_conn_svc_rspmsg
190 __be16 msg_id; member in struct:htc_comp_msg
/drivers/tty/
H A Dn_r3964.c124 static void add_msg(struct r3964_client_info *pClient, int msg_id, int arg,
839 static void add_msg(struct r3964_client_info *pClient, int msg_id, int arg, argument
857 pMsg->msg_id = msg_id;
877 if ((pClient->last_msg->msg_id == R3964_MSG_ACK)
882 msg_id = R3964_MSG_ACK;
1092 theMsg.msg_id = pMsg->msg_id;
/drivers/input/tablet/
H A Dwacom_wac.c950 int msg_id = data[offset]; local
952 if (msg_id >= 2 && msg_id <= 17)
954 else if (msg_id == 128)
/drivers/net/wireless/ath/ath6kl/
H A Dhtc.c1031 setup_comp_ext->msg_id =
1051 setup_comp->msg_id = cpu_to_le16(HTC_MSG_SETUP_COMPLETE_ID);
2407 u16 msg_id; local
2426 conn_msg->msg_id = cpu_to_le16(HTC_MSG_CONN_SVC_ID);
2451 msg_id = le16_to_cpu(resp_msg->msg_id);
2453 if ((msg_id != HTC_MSG_CONN_SVC_RESP_ID) ||
2650 if ((le16_to_cpu(rdy_msg->ver2_0_info.msg_id) != HTC_MSG_READY_ID) ||
H A Dhtc.h160 __le16 msg_id; member in struct:htc_ready_msg
176 __le16 msg_id; member in struct:htc_conn_service_msg
185 __le16 msg_id; member in struct:htc_conn_service_resp
195 __le16 msg_id; member in struct:htc_setup_comp_msg
200 __le16 msg_id; member in struct:htc_setup_comp_ext_msg
/drivers/staging/ramster/cluster/
H A Dtcp.c175 u32 msg_id)
177 nst->st_id = msg_id;
174 r2net_set_nst_msg_id(struct r2net_send_tracking *nst, u32 msg_id) argument
/drivers/net/ethernet/brocade/bna/
H A Dbfi.h36 u8 msg_id; /*!< msg opcode with in the class */ member in struct:bfi_mhdr
52 (_mh).msg_id = (_op); \
58 (_mh).msg_id = (_op); \
413 u8 msg_id; member in struct:bfi_msgq_mhdr
422 (_mh).msg_id = (_mid); \
/drivers/staging/speakup/
H A Dmain.c418 static void announce_edge(struct vc_data *vc, int msg_id) argument
422 if ((bleeps & 2) && (msg_id < edge_quiet))
423 synth_printf("%s\n", msg_get(MSG_EDGE_MSGS_START + msg_id - 1));
/drivers/staging/wlags49_h2/
H A Dmdd.h341 hcf_16 msg_id, msg_par, msg_tstamp; member in struct:__anon5632
/drivers/scsi/bfa/
H A Dbfi.h55 u8 msg_id; /* msg opcode with in the class */ member in struct:bfi_mhdr_s
70 (_mh).msg_id = (_op); \
76 (_mh).msg_id = (_op); \
521 u8 msg_id; member in struct:bfi_msgq_mhdr_s
530 (_mh).msg_id = (_mid); \

Completed in 711 milliseconds