Home
last modified time | relevance | path

Searched refs:resp_code (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cmd.c54 unsigned resp_code) in pvrdma_cmd_recv() argument
72 if (resp->hdr.ack != resp_code) { in pvrdma_cmd_recv()
75 resp->hdr.ack, resp_code); in pvrdma_cmd_recv()
84 union pvrdma_cmd_resp *resp, unsigned resp_code) in pvrdma_cmd_post() argument
109 err = pvrdma_cmd_recv(dev, resp, resp_code); in pvrdma_cmd_post()
H A Dpvrdma.h553 union pvrdma_cmd_resp *rsp, unsigned resp_code);
/linux/drivers/s390/char/
H A Dvmcp.c35 int resp_code; member
180 &session->resp_code); in vmcp_write()
215 ret = put_user(session->resp_code, argp); in vmcp_ioctl()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c11 static int hclgevf_resp_to_errno(u16 resp_code) in hclgevf_resp_to_errno() argument
13 return resp_code ? -resp_code : 0; in hclgevf_resp_to_errno()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h417 u8 resp_code; member
443 u8 resp_code; member
481 u8 resp_code; member
588 u8 resp_code; member
H A Dhclge_main.c8129 u16 cmdq_resp, u8 resp_code, in hclge_get_mac_vlan_cmd_status() argument
8142 if (!resp_code || resp_code == 1) in hclge_get_mac_vlan_cmd_status()
8144 else if (resp_code == HCLGE_ADD_UC_OVERFLOW || in hclge_get_mac_vlan_cmd_status()
8145 resp_code == HCLGE_ADD_MC_OVERFLOW) in hclge_get_mac_vlan_cmd_status()
8150 resp_code); in hclge_get_mac_vlan_cmd_status()
8153 if (!resp_code) { in hclge_get_mac_vlan_cmd_status()
8155 } else if (resp_code == 1) { in hclge_get_mac_vlan_cmd_status()
8163 resp_code); in hclge_get_mac_vlan_cmd_status()
8166 if (!resp_code) { in hclge_get_mac_vlan_cmd_status()
8168 } else if (resp_code == 1) { in hclge_get_mac_vlan_cmd_status()
[all …]
H A Dhclge_debugfs.c2123 if (!req0->resp_code) in hclge_dbg_dump_mng_table()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3714 static const char *mpi3mr_tm_response_name(u8 resp_code) in mpi3mr_tm_response_name() argument
3718 switch (resp_code) { in mpi3mr_tm_response_name()
3787 u8 *resp_code, struct scsi_cmnd *scmd) in mpi3mr_issue_tm() argument
3895 *resp_code = le32_to_cpu(tm_reply->response_data) & in mpi3mr_issue_tm()
3899 *resp_code = MPI3_SCSITASKMGMT_RSPCODE_TM_COMPLETE; in mpi3mr_issue_tm()
3909 switch (*resp_code) { in mpi3mr_issue_tm()
3926 mpi3mr_tm_response_name(*resp_code), *resp_code); in mpi3mr_issue_tm()
4264 u8 resp_code = 0; in mpi3mr_eh_target_reset() local
4299 MPI3MR_RESETTM_TIMEOUT, &mrioc->host_tm_cmds, &resp_code, scmd); in mpi3mr_eh_target_reset()
4336 u8 resp_code = 0; in mpi3mr_eh_dev_reset() local
[all …]
H A Dmpi3mr.h1469 u8 *resp_code, struct scsi_cmnd *scmd);
H A Dmpi3mr_app.c2311 u8 block_io = 0, nvme_fmt = 0, resp_code = 0; in mpi3mr_bsg_process_mpt_cmds() local
2728 &mrioc->host_tm_cmds, &resp_code, NULL); in mpi3mr_bsg_process_mpt_cmds()
/linux/drivers/scsi/libfc/
H A Dfc_rport.c1129 enum fc_els_spp_resp resp_code; in fc_rport_prli_resp() local
1162 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp()
1167 if (resp_code != FC_SPP_RESP_ACK) { in fc_rport_prli_resp()
1168 if (resp_code == FC_SPP_RESP_CONF) in fc_rport_prli_resp()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h374 u8 resp_code; member
H A Dhtc_pipe.c1324 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service()
H A Dhtc_mbox.c2484 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service()
/linux/drivers/vhost/
H A Dscsi.c1293 int resp_code; in vhost_scsi_tmf_resp_work() local
1296 resp_code = VIRTIO_SCSI_S_FUNCTION_SUCCEEDED; in vhost_scsi_tmf_resp_work()
1298 resp_code = VIRTIO_SCSI_S_FUNCTION_REJECTED; in vhost_scsi_tmf_resp_work()
1301 tmf->vq_desc, &tmf->resp_iov, resp_code); in vhost_scsi_tmf_resp_work()
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h142 __le16 resp_code; member
H A Dqla_target.c115 uint32_t add_flags, uint16_t resp_code, int resp_code_valid,
1705 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, in qlt_send_notify_ack() argument
2241 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio() argument
2250 ha, atio, resp_code); in qlt_24xx_send_task_mgmt_ctio()
2277 ctio->u.status1.sense_data[0] = resp_code; in qlt_24xx_send_task_mgmt_ctio()