Searched defs:reply (Results 51 - 75 of 121) sorted by relevance

12345

/drivers/infiniband/hw/ipath/
H A Dipath_mad.c46 static int reply(struct ib_smp *smp) function
66 return reply(smp);
119 return reply(smp);
147 return reply(smp);
248 ret = reply(smp);
339 ret = reply(smp);
381 return reply(smp);
819 return reply((struct ib_smp *) pmp);
880 return reply((struct ib_smp *) pmp);
897 ret = reply((struc
[all...]
/drivers/media/dvb-frontends/
H A Ds5h1420.c219 struct dvb_diseqc_slave_reply* reply)
234 timeout = jiffies + ((reply->timeout*HZ) / 1000);
255 if (length > sizeof(reply->msg)) {
259 reply->msg_len = length;
263 reply->msg[i] = s5h1420_readreg(state, 0x3d + i);
218 s5h1420_recv_slave_reply(struct dvb_frontend* fe, struct dvb_diseqc_slave_reply* reply) argument
H A Dstb0899_drv.c746 static int stb0899_recv_slave_reply(struct dvb_frontend *fe, struct dvb_diseqc_slave_reply *reply) argument
761 if (length > sizeof (reply->msg)) {
765 reply->msg_len = length;
769 reply->msg[i] = stb0899_read_reg(state, STB0899_DISFIFO);
/drivers/media/radio/
H A Dradio-mr800.c149 u8 *extra, u8 extralen, bool reply)
161 radio->buffer[7] = extra || reply ? 8 : 0;
172 if (!extra && !reply)
148 amradio_send_cmd(struct amradio_device *radio, u8 cmd, u8 arg, u8 *extra, u8 extralen, bool reply) argument
/drivers/media/usb/dvb-usb/
H A Daf9005.c111 err("generic read/write, wrong reply code.");
115 err("generic read/write, wrong length in reply.");
119 err("generic read/write, wrong sequence in reply.");
124 the register in the reply is different that what has been sent
127 err("generic read/write, wrong register in reply.");
131 err("generic read/write wrong command in reply.");
136 err("generic read/write wrong status code in reply.");
497 err("send command, wrong reply code.");
501 err("send command, wrong sequence in reply.");
505 err("send command, wrong status code in reply
565 af9005_boot_packet(struct usb_device *udev, int type, u8 * reply) argument
724 u8 reply; local
956 u8 reply; local
[all...]
/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c333 u8 reply; local
334 struct req_t req = {GET_CONFIG, 0, 0, 0, 0, 1, &reply};
340 dev_dbg(&d->udev->dev, "%s: reply=%02x\n", __func__, reply);
342 if (reply == 0x02)
/drivers/message/fusion/
H A Dmptlan.c130 MPT_FRAME_HDR *reply);
162 * @reply: Pointer to MPT reply frame
168 lan_reply (MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *reply) argument
173 dioprintk((KERN_INFO MYNAM ": %s/%s: Got reply.\n",
176 // dioprintk((KERN_INFO MYNAM "@lan_reply: mf = %p, reply = %p\n",
177 // mf, reply));
180 u32 tmsg = CAST_PTR_TO_U32(reply);
194 // "MessageContext turbo reply received\n"));
226 printk (KERN_ERR MYNAM "/lan_reply: Got a turbo reply "
[all...]
/drivers/message/i2o/
H A Di2o_config.c531 u32 *reply = NULL; local
594 reply = kzalloc(reply_size, GFP_KERNEL);
595 if (!reply) {
596 printk(KERN_WARNING "%s: Could not allocate reply buffer\n",
669 reply[4] = ((u32) rcode) << 24;
727 /* Copy back the reply to user space */
730 if (copy_from_user(reply + 2, user_msg + 2, sizeof(u32) * 2)) {
736 if (copy_to_user(user_reply, reply, reply_size)) {
738 "%s: Could not copy reply TO user\n", c->name);
746 kfree(reply);
782 u32 *reply = NULL; local
[all...]
/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c117 } __packed reply; local
122 WMI_NOTIFY_REQ_DONE_EVENTID, &reply, sizeof(reply), 20);
131 cid, le16_to_cpu(reply.evt.bf_mcs),
132 le64_to_cpu(reply.evt.tsf), reply.evt.status,
133 le32_to_cpu(reply.evt.snr_val),
134 reply.evt.sqi,
135 le32_to_cpu(reply.evt.tx_tpt),
136 le32_to_cpu(reply
[all...]
H A Dtxrx.c667 } __packed reply; local
692 WMI_VRING_CFG_DONE_EVENTID, &reply, sizeof(reply), 100);
696 if (reply.cmd.status != WMI_FW_STATUS_SUCCESS) {
698 reply.cmd.status);
702 vring->hwtail = le32_to_cpu(reply.cmd.tx_vring_tail_ptr);
H A Dwmi.c754 u16 reply_id, void *reply, u8 reply_size, int to_msec)
766 wil->reply_buf = reply;
824 } __packed reply; local
842 WMI_PCP_STARTED_EVENTID, &reply, sizeof(reply), 5000);
846 if (reply.evt.status != WMI_FW_STATUS_SUCCESS)
878 } __packed reply; local
879 int len; /* reply.cmd.ssid_len in CPU order */
882 &reply, sizeof(reply), 2
753 wmi_call(struct wil6210_priv *wil, u16 cmdid, void *buf, u16 len, u16 reply_id, void *reply, u8 reply_size, int to_msec) argument
911 } __packed reply; local
1003 } __packed reply; local
1087 } __packed reply; local
[all...]
/drivers/s390/crypto/
H A Dap_bus.h178 struct ap_message *reply; /* Per device reply message. */ member in struct:ap_device
H A Dap_bus.c1299 char *reply; local
1302 reply = (void *) get_zeroed_page(GFP_KERNEL);
1303 if (!reply) {
1318 status = __ap_recv(ap_dev->qid, &psmid, reply, 4096);
1325 if (reply[0] == 0x00 && reply[1] == 0x86)
1334 free_page((unsigned long) reply);
1514 * ap_poll_read(): Receive pending reply messages from an AP device.
1528 status = __ap_recv(ap_dev->qid, &ap_dev->reply->psmid,
1529 ap_dev->reply
[all...]
H A Dzcrypt_msgtype6.c46 #define PCIXCC_MAX_ICA_RESPONSE_SIZE 0x77c /* max size type86 v2 reply */
73 * The request (or reply) parameter block is organized thus:
98 unsigned short rpl_parml; /* reply parameter buffer */
101 unsigned char rpl_parmp[4]; /* reply parameter buffer *
105 unsigned char rpl_datal[4]; /* reply data buffer len ULELONG */
106 unsigned char rpl_datap[4]; /* reply data buffer */
487 * Copy results from a type 86 ICA reply message back to user space.
490 * @reply: reply AP message.
512 struct ap_message *reply,
511 convert_type86_ica(struct zcrypt_device *zdev, struct ap_message *reply, char __user *outputdata, unsigned int outputdatalength) argument
620 convert_type86_xcrb(struct zcrypt_device *zdev, struct ap_message *reply, struct ica_xcRB *xcRB) argument
651 convert_type86_ep11_xcrb(struct zcrypt_device *zdev, struct ap_message *reply, struct ep11_urb *xcRB) argument
669 convert_type86_rng(struct zcrypt_device *zdev, struct ap_message *reply, char *buffer) argument
686 convert_response_ica(struct zcrypt_device *zdev, struct ap_message *reply, char __user *outputdata, unsigned int outputdatalength) argument
725 convert_response_xcrb(struct zcrypt_device *zdev, struct ap_message *reply, struct ica_xcRB *xcRB) argument
757 convert_response_ep11_xcrb(struct zcrypt_device *zdev, struct ap_message *reply, struct ep11_urb *xcRB) argument
783 convert_response_rng(struct zcrypt_device *zdev, struct ap_message *reply, char *data) argument
818 zcrypt_msgtype6_receive(struct ap_device *ap_dev, struct ap_message *msg, struct ap_message *reply) argument
869 zcrypt_msgtype6_receive_ep11(struct ap_device *ap_dev, struct ap_message *msg, struct ap_message *reply) argument
[all...]
/drivers/scsi/aacraid/
H A Dcommsup.c400 * @reply: True if a reply is wanted
401 * @callback: Called with reply
411 int priority, int wait, int reply, fib_callback callback,
436 if (wait && !reply) {
438 } else if (!wait && reply) {
441 } else if (!wait && !reply) {
444 } else if (wait && reply) {
617 if (reply)
410 aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *callback_data) argument
/drivers/staging/lustre/lnet/selftest/
H A Dconrpc.c411 rep = &(*msgpp)->msg_body.reply;
523 rep = (srpc_generic_reply_t *)&msg->msg_body.reply;
920 lstcon_node_t *nd, srpc_msg_t *reply)
922 srpc_mksn_reply_t *mksn_rep = &reply->msg_body.mksn_reply;
926 (reply->msg_ses_feats & ~LST_FEATS_MASK) != 0) {
934 reply->msg_ses_feats);
942 trans->tas_features = reply->msg_ses_feats;
945 if (reply->msg_ses_feats != trans->tas_features) {
947 reply->msg_ses_feats, libcfs_nid2str(nd->nd_id.nid),
919 lstcon_sesnew_stat_reply(lstcon_rpc_trans_t *trans, lstcon_node_t *nd, srpc_msg_t *reply) argument
H A Drpc.c991 srpc_generic_reply_t *reply; local
994 reply = &rpc->srpc_replymsg.msg_body.reply;
1007 reply->status = EPROTO;
1008 /* drop through and send reply */
1010 reply->status = 0;
1012 LASSERT(reply->status == 0 || !rpc->srpc_bulk);
1048 return 0; /* wait for reply */
1175 srpc_msg_t *reply; local
1185 reply
[all...]
/drivers/thunderbolt/
H A Dctl.c593 * reply (even though the switch will reset). The caller should check for
601 struct tb_cfg_header reply; local
607 return tb_ctl_rx(ctl, &reply, sizeof(reply), timeout_msec, route,
630 struct cfg_write_pkg reply; local
636 res = tb_ctl_rx(ctl, &reply, 12 + 4 * length, timeout_msec, route,
641 res.response_port = reply.addr.port;
642 res.err = check_config_address(reply.addr, space, offset, length);
644 memcpy(buffer, &reply.data, 4 * length);
667 struct cfg_read_pkg reply; local
[all...]
/drivers/xen/xenbus/
H A Dxenbus_xs.c64 } reply; member in union:xs_stored_msg::__anon7307
201 body = msg->u.reply.body;
265 /* Send message to xs, get kmalloc'ed reply. ERR_PTR() on error. */
336 static int xs_error(char *reply) argument
338 if (IS_ERR(reply))
339 return PTR_ERR(reply);
340 kfree(reply);
920 msg->u.reply.body = body;
/drivers/infiniband/hw/qib/
H A Dqib_mad.c40 static int reply(struct ib_smp *smp) function
273 return reply(smp);
309 return reply(smp);
342 return reply(smp);
468 ret = reply(smp);
566 ret = reply(smp);
614 return reply(smp);
846 * Don't send a reply if the response would be sent
1070 return reply(smp);
1082 return reply(sm
[all...]
/drivers/media/pci/bt8xx/
H A Ddst.c190 u8 reply; local
194 if (dst_gpio_inb(state, &reply) < 0) {
198 if ((reply & RDC_8820_PIO_0_ENABLE) == 0) {
315 dprintk(verbose, DST_DEBUG, 1, "reply is 0x%x", ret[0]);
1083 u8 reply; local
1101 if (read_dst(state, &reply, GET_ACK))
1103 if (reply != ACK) {
1104 dprintk(verbose, DST_INFO, 1, "Write not Acknowledged! [Reply=0x%02x]", reply);
1223 u8 reply; local
1244 if (read_dst(state, &reply, GET_AC
1385 u8 reply; local
[all...]
/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c268 * CPL connection abort reply: host ->
639 * request except that we need to reply to it.
1138 unsigned int tid, int pg_idx, bool reply)
1154 req->reply = V_NO_REPLY(reply ? 0 : 1);
1171 * @reply: request reply from h/w
1175 int hcrc, int dcrc, int reply)
1191 req->reply = V_NO_REPLY(reply
1137 ddp_setup_conn_pgidx(struct cxgbi_sock *csk, unsigned int tid, int pg_idx, bool reply) argument
1174 ddp_setup_conn_digest(struct cxgbi_sock *csk, unsigned int tid, int hcrc, int dcrc, int reply) argument
[all...]
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1539 int pg_idx, bool reply)
1555 req->reply_ctrl = htons(NO_REPLY(reply) | QUEUENO(csk->rss_qid));
1569 int hcrc, int dcrc, int reply)
1587 req->reply_ctrl = htons(NO_REPLY(reply) | QUEUENO(csk->rss_qid));
1538 ddp_setup_conn_pgidx(struct cxgbi_sock *csk, unsigned int tid, int pg_idx, bool reply) argument
1568 ddp_setup_conn_digest(struct cxgbi_sock *csk, unsigned int tid, int hcrc, int dcrc, int reply) argument
/drivers/scsi/mpt2sas/
H A Dmpt2sas_transport.c219 * @reply: reply message frame(lower 32bit addr)
229 u32 reply)
233 mpi_reply = mpt2sas_base_get_reply_virt_addr(ioc, reply);
240 memcpy(ioc->transport_cmds.reply, mpi_reply,
257 /* report manufacture reply structure */
425 mpi_reply = ioc->transport_cmds.reply;
428 "report_manufacture - reply data transfer size(%d)\n",
454 "report_manufacture - no reply\n", ioc->name));
1056 /* report phy error log reply structur
228 mpt2sas_transport_done(struct MPT2SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) argument
[all...]
/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c223 * @reply: reply message frame(lower 32bit addr)
233 u32 reply)
237 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply);
244 memcpy(ioc->transport_cmds.reply, mpi_reply,
261 /* report manufacture reply structure */
415 mpi_reply = ioc->transport_cmds.reply;
418 "report_manufacture - reply data transfer size(%d)\n",
444 "report_manufacture - no reply\n", ioc->name));
1052 /* report phy error log reply structur
232 mpt3sas_transport_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) argument
[all...]

Completed in 512 milliseconds

12345