Searched refs:resp_code (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_cmd.c | 54 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()
|
| /linux/drivers/s390/char/ |
| H A D | vmcp.c | 34 int resp_code; member 179 &session->resp_code); in vmcp_write() 211 ret = put_user(session->resp_code, argp); in vmcp_ioctl()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_mbx.c | 11 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 D | hclge_cmd.h | 418 u8 resp_code; member 444 u8 resp_code; member 482 u8 resp_code; member 589 u8 resp_code; member
|
| H A D | hclge_main.c | 8160 u16 cmdq_resp, u8 resp_code, in hclge_get_mac_vlan_cmd_status() argument 8173 if (!resp_code || resp_code == 1) in hclge_get_mac_vlan_cmd_status() 8175 else if (resp_code == HCLGE_ADD_UC_OVERFLOW || in hclge_get_mac_vlan_cmd_status() 8176 resp_code == HCLGE_ADD_MC_OVERFLOW) in hclge_get_mac_vlan_cmd_status() 8181 resp_code); in hclge_get_mac_vlan_cmd_status() 8184 if (!resp_code) { in hclge_get_mac_vlan_cmd_status() 8186 } else if (resp_code == 1) { in hclge_get_mac_vlan_cmd_status() 8194 resp_code); in hclge_get_mac_vlan_cmd_status() 8197 if (!resp_code) { in hclge_get_mac_vlan_cmd_status() 8199 } else if (resp_code == 1) { in hclge_get_mac_vlan_cmd_status() [all …]
|
| H A D | hclge_debugfs.c | 1936 if (!req0->resp_code) in hclge_dbg_dump_mng_table()
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_rport.c | 1129 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 D | htc.h | 374 u8 resp_code; member
|
| H A D | htc_pipe.c | 1324 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service()
|
| H A D | htc_mbox.c | 2484 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.h | 142 __le16 resp_code; member
|
| H A D | qla_target.c | 113 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, 1654 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, in qlt_send_notify_ack() argument 2175 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio() argument 2184 ha, atio, resp_code); in qlt_24xx_send_task_mgmt_ctio() 2211 ctio->u.status1.sense_data[0] = resp_code; in qlt_24xx_send_task_mgmt_ctio()
|