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

/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cmd.c54 unsigned resp_code)
72 if (resp->hdr.ack != resp_code) {
75 resp->hdr.ack, resp_code);
84 union pvrdma_cmd_resp *resp, unsigned resp_code)
109 err = pvrdma_cmd_recv(dev, resp, resp_code);
52 pvrdma_cmd_recv(struct pvrdma_dev *dev, union pvrdma_cmd_resp *resp, unsigned resp_code) argument
83 pvrdma_cmd_post(struct pvrdma_dev *dev, union pvrdma_cmd_req *req, union pvrdma_cmd_resp *resp, unsigned resp_code) argument
H A Dpvrdma.h553 union pvrdma_cmd_resp *rsp, unsigned resp_code);
/linux-master/drivers/s390/char/
H A Dvmcp.c35 int resp_code; member in struct:vmcp_session
180 &session->resp_code);
215 ret = put_user(session->resp_code, argp);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c11 static int hclgevf_resp_to_errno(u16 resp_code) argument
13 return resp_code ? -resp_code : 0;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h417 u8 resp_code; member in struct:hclge_mac_vlan_tbl_entry_cmd
443 u8 resp_code; member in struct:hclge_mac_mgr_tbl_entry_cmd
481 u8 resp_code; member in struct:hclge_vlan_filter_vf_cfg_cmd
588 u8 resp_code; member in struct:hclge_mac_ethertype_idx_rd_cmd
H A Dhclge_main.c8063 u16 cmdq_resp, u8 resp_code,
8076 if (!resp_code || resp_code == 1)
8078 else if (resp_code == HCLGE_ADD_UC_OVERFLOW ||
8079 resp_code == HCLGE_ADD_MC_OVERFLOW)
8084 resp_code);
8087 if (!resp_code) {
8089 } else if (resp_code == 1) {
8097 resp_code);
8100 if (!resp_code) {
8062 hclge_get_mac_vlan_cmd_status(struct hclge_vport *vport, u16 cmdq_resp, u8 resp_code, enum hclge_mac_vlan_tbl_opcode op) argument
8186 u8 resp_code; local
8214 u8 resp_code; local
8257 u8 resp_code; local
9094 hclge_get_mac_ethertype_cmd_status(struct hclge_dev *hdev, u16 cmdq_resp, u8 resp_code) argument
9179 u8 resp_code; local
[all...]
H A Dhclge_debugfs.c1485 if (!req0->resp_code)
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h374 u8 resp_code; member in struct:htc_service_connect_resp
H A Dhtc_pipe.c1325 conn_resp->resp_code = resp_msg->status;
H A Dhtc_mbox.c2485 conn_resp->resp_code = resp_msg->status;
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3570 * @resp_code: TM response code
3577 static const char *mpi3mr_tm_response_name(u8 resp_code) argument
3581 switch (resp_code) {
3637 * @resp_code: Response code place holder
3650 u8 *resp_code, struct scsi_cmnd *scmd)
3751 *resp_code = le32_to_cpu(tm_reply->response_data) &
3755 *resp_code = MPI3_SCSITASKMGMT_RSPCODE_TM_COMPLETE;
3765 switch (*resp_code) {
3782 mpi3mr_tm_response_name(*resp_code), *resp_code);
3647 mpi3mr_issue_tm(struct mpi3mr_ioc *mrioc, u8 tm_type, u16 handle, uint lun, u16 htag, ulong timeout, struct mpi3mr_drv_cmd *drv_cmd, u8 *resp_code, struct scsi_cmnd *scmd) argument
4105 u8 resp_code = 0; local
4177 u8 resp_code = 0; local
[all...]
H A Dmpi3mr_app.c1223 u8 block_io = 0, nvme_fmt = 0, resp_code = 0; local
1620 &mrioc->host_tm_cmds, &resp_code, NULL);
H A Dmpi3mr.h1364 u8 *resp_code, struct scsi_cmnd *scmd);
/linux-master/drivers/scsi/libfc/
H A Dfc_rport.c1129 enum fc_els_spp_resp resp_code; local
1162 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK);
1167 if (resp_code != FC_SPP_RESP_ACK) {
1168 if (resp_code == FC_SPP_RESP_CONF)
/linux-master/drivers/vhost/
H A Dscsi.c1274 int resp_code, i; local
1290 resp_code = VIRTIO_SCSI_S_FUNCTION_SUCCEEDED;
1292 resp_code = VIRTIO_SCSI_S_FUNCTION_REJECTED;
1296 tmf->vq_desc, &tmf->resp_iov, resp_code);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.h142 __le16 resp_code; member in struct:nack_to_isp::__anon2793::__anon2794
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,
2241 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code)
2249 "Sending task mgmt CTIO7 (ha=%p, atio=%p, resp_code=%x\n",
2250 ha, atio, resp_code);
2277 ctio->u.status1.sense_data[0] = resp_code;
1703 qlt_send_notify_ack(struct qla_qpair *qpair, struct imm_ntfy_from_isp *ntfy, uint32_t add_flags, uint16_t resp_code, int resp_code_valid, uint16_t srr_flags, uint16_t srr_reject_code, uint8_t srr_explan) argument
2240 qlt_24xx_send_task_mgmt_ctio(struct qla_qpair *qpair, struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) argument

Completed in 327 milliseconds