| /Linux-v5.4/drivers/infiniband/hw/vmw_pvrdma/ | 
| D | pvrdma_cmd.c | 54 				  unsigned resp_code)  in pvrdma_cmd_recv()  argument72 	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()
 
 | 
| D | pvrdma.h | 549 		    union pvrdma_cmd_resp *rsp, unsigned resp_code);
 | 
| /Linux-v5.4/drivers/s390/char/ | 
| D | vmcp.c | 35 	int resp_code;  member180 				   &session->resp_code);  in vmcp_write()
 215 		ret = put_user(session->resp_code, argp);  in vmcp_ioctl()
 
 | 
| /Linux-v5.4/drivers/staging/isdn/gigaset/ | 
| D | ev-layer.c | 352 	int	resp_code;  member501 		add_cid_event(cs, cid, rt->resp_code, NULL, 0);  in gigaset_handle_modem_response()
 511 		add_cid_event(cs, 0, rt->resp_code, NULL, cid);  in gigaset_handle_modem_response()
 544 			add_cid_event(cs, cid, rt->resp_code, ptr, 0);  in gigaset_handle_modem_response()
 552 			add_cid_event(cs, cid, rt->resp_code, NULL, ZSAU_NONE);  in gigaset_handle_modem_response()
 565 		add_cid_event(cs, cid, rt->resp_code, NULL, zr->code);  in gigaset_handle_modem_response()
 577 		add_cid_event(cs, cid, rt->resp_code, ptr, 0);  in gigaset_handle_modem_response()
 596 		add_cid_event(cs, cid, rt->resp_code, NULL, parameter);  in gigaset_handle_modem_response()
 609 		if (rt->resp_code == RSP_ZDLE)  in gigaset_handle_modem_response()
 612 		add_cid_event(cs, cid, rt->resp_code, NULL, parameter);  in gigaset_handle_modem_response()
 [all …]
 
 | 
| D | gigaset.h | 264 	int	resp_code;	/* RSP_XXXX */  member
 | 
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ | 
| D | hclge_cmd.h | 687 	u8      resp_code;  member713 	u8      resp_code;  member
 770 	u8  resp_code;  member
 865 	u8	resp_code;  member
 
 | 
| D | hclge_main.c | 6731 					 u16 cmdq_resp, u8  resp_code,  in hclge_get_mac_vlan_cmd_status()  argument6744 		if ((!resp_code) || (resp_code == 1)) {  in hclge_get_mac_vlan_cmd_status()
 6746 		} else if (resp_code == HCLGE_ADD_UC_OVERFLOW) {  in hclge_get_mac_vlan_cmd_status()
 6750 		} else if (resp_code == HCLGE_ADD_MC_OVERFLOW) {  in hclge_get_mac_vlan_cmd_status()
 6758 			resp_code);  in hclge_get_mac_vlan_cmd_status()
 6761 		if (!resp_code) {  in hclge_get_mac_vlan_cmd_status()
 6763 		} else if (resp_code == 1) {  in hclge_get_mac_vlan_cmd_status()
 6771 			resp_code);  in hclge_get_mac_vlan_cmd_status()
 6774 		if (!resp_code) {  in hclge_get_mac_vlan_cmd_status()
 6776 		} else if (resp_code == 1) {  in hclge_get_mac_vlan_cmd_status()
 [all …]
 
 | 
| D | hclge_debugfs.c | 842 		if (!req0->resp_code)  in hclge_dbg_dump_mng_table()
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ | 
| D | htc.h | 367 	u8 resp_code;  member
 | 
| D | htc_pipe.c | 1325 		conn_resp->resp_code = resp_msg->status;  in ath6kl_htc_pipe_conn_service()
 | 
| D | htc_mbox.c | 2488 		conn_resp->resp_code = resp_msg->status;  in ath6kl_htc_mbox_conn_service()
 | 
| /Linux-v5.4/drivers/scsi/libfc/ | 
| D | fc_rport.c | 1124 	enum fc_els_spp_resp resp_code;  in fc_rport_prli_resp()  local1157 		resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK);  in fc_rport_prli_resp()
 1161 		if (resp_code != FC_SPP_RESP_ACK) {  in fc_rport_prli_resp()
 1162 			if (resp_code == FC_SPP_RESP_CONF)  in fc_rport_prli_resp()
 
 | 
| /Linux-v5.4/drivers/scsi/qla2xxx/ | 
| D | qla_target.h | 143 			uint16_t resp_code;  member
 | 
| D | qla_target.c | 124 	uint32_t add_flags, uint16_t resp_code, int resp_code_valid,1658 	uint32_t add_flags, uint16_t resp_code, int resp_code_valid,  in qlt_send_notify_ack()  argument
 2195 	struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code)  in qlt_24xx_send_task_mgmt_ctio()  argument
 2204 	    ha, atio, resp_code);  in qlt_24xx_send_task_mgmt_ctio()
 2231 	ctio->u.status1.sense_data[0] = resp_code;  in qlt_24xx_send_task_mgmt_ctio()
 
 | 
| /Linux-v5.4/Documentation/isdn/ | 
| D | gigaset.rst | 235 	 gigaset_process_response: resp_code -1 in ConState 0 !
 |