Home
last modified time | relevance | path

Searched refs:resp_code (Results 1 – 10 of 10) 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/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/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/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/vhost/
H A Dscsi.c1555 int resp_code; in vhost_scsi_tmf_resp_work() local
1558 resp_code = VIRTIO_SCSI_S_FUNCTION_SUCCEEDED; in vhost_scsi_tmf_resp_work()
1560 resp_code = VIRTIO_SCSI_S_FUNCTION_REJECTED; in vhost_scsi_tmf_resp_work()
1564 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
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1936 if (!req0->resp_code) in hclge_dbg_dump_mng_table()