Home
last modified time | relevance | path

Searched refs:reply (Results 576 - 600 of 625) sorted by relevance

1...<<2122232425

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_isr.c1906 bsg_reply = bsg_job->reply; in qla2x00_ct_entry()
2045 bsg_reply = bsg_job->reply; in qla24xx_els_ct_entry()
2070 memcpy(bsg_job->reply + sizeof(struct fc_bsg_reply), in qla24xx_els_ct_entry()
2727 bsg_reply = bsg_job->reply; in qla25xx_process_bidir_status_iocb()
2828 /* Return the vendor specific reply to API */ in qla25xx_process_bidir_status_iocb()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstv090x.c3886 static int stv090x_recv_slave_reply(struct dvb_frontend *fe, struct dvb_diseqc_slave_reply *reply) in stv090x_recv_slave_reply() argument
3899 reply->msg_len = STV090x_GETFIELD_Px(reg, FIFO_BYTENBR_FIELD); in stv090x_recv_slave_reply()
3900 for (i = 0; i < reply->msg_len; i++) in stv090x_recv_slave_reply()
3901 reply->msg[i] = STV090x_READ_DEMOD(state, DISRXDATA); in stv090x_recv_slave_reply()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_transport_iscsi.c1481 struct iscsi_bsg_reply *reply = job->reply; in iscsi_bsg_host_dispatch() local
1521 reply->reply_payload_rcv_len = 0; in iscsi_bsg_host_dispatch()
1522 reply->result = ret; in iscsi_bsg_host_dispatch()
2803 printk(KERN_ERR "Could not allocate skb to send reply.\n"); in iscsi_if_send_reply()
4107 * on success - sending reply and stats from in iscsi_if_rx()
4118 printk(KERN_WARNING "Send reply failed, error %d\n", err); in iscsi_if_rx()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_isr.c2233 bsg_reply = bsg_job->reply; in qla2x00_ct_entry()
2456 bsg_reply = bsg_job->reply; in qla24xx_els_ct_entry()
2481 memcpy(bsg_job->reply + sizeof(struct fc_bsg_reply), in qla24xx_els_ct_entry()
3180 bsg_reply = bsg_job->reply; in qla25xx_process_bidir_status_iocb()
3281 /* Return the vendor specific reply to API */ in qla25xx_process_bidir_status_iocb()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_ctl.c4042 void *reply; in ip_vs_genl_get_cmd() local
4066 reply = genlmsg_put_reply(msg, info, &ip_vs_genl_family, 0, reply_cmd); in ip_vs_genl_get_cmd()
4067 if (reply == NULL) in ip_vs_genl_get_cmd()
4121 genlmsg_end(msg, reply); in ip_vs_genl_get_cmd()
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1015 /* Set complete reply mode for AUX */ in mtk_dp_initialize_aux_settings()
2116 to_access, &msg->reply); in mtk_dp_aux_transfer()
2128 msg->reply = DP_AUX_NATIVE_REPLY_NACK | DP_AUX_I2C_REPLY_NACK; in mtk_dp_aux_transfer()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h1243 u16 reply_id, void *reply, u16 reply_size, int to_msec);
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c823 * Returns an sk_buff for a reply CPL message of size len. If the input
1102 req->reply = 0; in set_l2t_ix()
/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_fc.c968 struct fc_bsg_reply *jr = job->reply; in zfcp_fc_ct_els_job_handler()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c1191 msg->reply = ret; in nouveau_connector_aux_xfer()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dp_helper.h1145 /* DP 1.2 MST sideband reply types */
1510 * @reply: upon completion, contains the reply type of the transaction
1517 u8 reply; member
1577 * only modifies the reply field of the drm_dp_aux_msg structure. The
/kernel/linux/linux-5.10/include/linux/
H A Dfilter.h1267 u32 reply; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c823 * Returns an sk_buff for a reply CPL message of size len. If the input
1102 req->reply = 0; in set_l2t_ix()
/kernel/linux/linux-6.6/include/linux/
H A Dfilter.h1298 u32 reply; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbpf.h6606 __u32 reply; /* Returned by bpf program */ member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h1245 u16 reply_id, void *reply, u16 reply_size, int to_msec);
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c1227 msg->reply = ret; in nouveau_connector_aux_xfer()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_fc.c968 struct fc_bsg_reply *jr = job->reply; in zfcp_fc_ct_els_job_handler()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbpf.h6606 __u32 reply; /* Returned by bpf program */ member
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt.c3218 struct hci_cp_pin_code_reply reply; in pin_code_reply() local
3262 bacpy(&reply.bdaddr, &cp->addr.bdaddr); in pin_code_reply()
3263 reply.pin_len = cp->pin_len; in pin_code_reply()
3264 memcpy(reply.pin_code, cp->pin_code, sizeof(reply.pin_code)); in pin_code_reply()
3266 err = hci_send_cmd(hdev, HCI_OP_PIN_CODE_REPLY, sizeof(reply), &reply); in pin_code_reply()
7358 /* Cache is valid, just reply with values cached in hci_conn */ in get_conn_info()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_ca0132.c2221 * @reply: point to the buffer to hold data returned for a reply
2222 * @reply_len: length of the reply buffer returned from GET
2228 unsigned int len, void *reply, unsigned int *reply_len) in dspio_scp()
2242 if (dir == SCP_GET && reply == NULL) { in dspio_scp()
2247 if (reply != NULL && (reply_len == NULL || (*reply_len == 0))) { in dspio_scp()
2270 /* extract send and reply headers members */ in dspio_scp()
2285 codec_dbg(codec, "reply too long for buf\n"); in dspio_scp()
2290 } else if (!reply) { in dspio_scp()
2291 codec_dbg(codec, "NULL reply\ in dspio_scp()
2226 dspio_scp(struct hda_codec *codec, int mod_id, int src_id, int req, int dir, const void *data, unsigned int len, void *reply, unsigned int *reply_len) dspio_scp() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_ca0132.c2352 * @reply: point to the buffer to hold data returned for a reply
2353 * @reply_len: length of the reply buffer returned from GET
2359 unsigned int len, void *reply, unsigned int *reply_len) in dspio_scp()
2373 if (dir == SCP_GET && reply == NULL) { in dspio_scp()
2378 if (reply != NULL && (reply_len == NULL || (*reply_len == 0))) { in dspio_scp()
2401 /* extract send and reply headers members */ in dspio_scp()
2416 codec_dbg(codec, "reply too long for buf\n"); in dspio_scp()
2421 } else if (!reply) { in dspio_scp()
2422 codec_dbg(codec, "NULL reply\ in dspio_scp()
2357 dspio_scp(struct hda_codec *codec, int mod_id, int src_id, int req, int dir, const void *data, unsigned int len, void *reply, unsigned int *reply_len) dspio_scp() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dfloppy.c341 static int inr; /* size of reply buffer, when called from interrupt */
1433 DPRINT("-- FDC reply error\n"); in interpret_errors()
3085 raw_cmd->reply[i] = reply_buffer[i]; in raw_cmd_done()
3095 (!raw_cmd->reply_count || (raw_cmd->reply[0] & 0xc0))) in raw_cmd_done()
3199 ptr->reply[i] = 0; in raw_cmd_copyin()
/kernel/linux/linux-5.10/fs/dlm/
H A Dlock.c1448 a reply from a remote node */
1505 request reply on the requestqueue) between dlm_recover_waiters_pre() which
1538 /* Remove for the convert reply, and premptively remove for the in _remove_from_waiters()
1539 cancel reply. A convert has been granted while there's still in _remove_from_waiters()
1541 in the cancel reply should be 0). We preempt the cancel reply in _remove_from_waiters()
1558 /* N.B. type of reply may not always correspond to type of original in _remove_from_waiters()
1572 /* the force-unlock/cancel has completed and we haven't recvd a reply in _remove_from_waiters()
1574 give up on any reply to the earlier op. FIXME: not sure when/how in _remove_from_waiters()
1578 log_error(ls, "remwait error %x reply in _remove_from_waiters()
4182 int error, reply = 1; receive_convert() local
[all...]
/kernel/linux/linux-6.6/fs/dlm/
H A Dlock.c1404 a reply from a remote node */
1458 request reply on the requestqueue) between dlm_recover_waiters_pre() which
1491 /* Remove for the convert reply, and premptively remove for the in _remove_from_waiters()
1492 cancel reply. A convert has been granted while there's still in _remove_from_waiters()
1494 in the cancel reply should be 0). We preempt the cancel reply in _remove_from_waiters()
1510 /* N.B. type of reply may not always correspond to type of original in _remove_from_waiters()
1524 /* the force-unlock/cancel has completed and we haven't recvd a reply in _remove_from_waiters()
1526 give up on any reply to the earlier op. FIXME: not sure when/how in _remove_from_waiters()
1530 log_error(ls, "remwait error %x reply in _remove_from_waiters()
3916 int error, reply = 1; receive_convert() local
[all...]

Completed in 114 milliseconds

1...<<2122232425