We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5b176 commit f2516cfCopy full SHA for f2516cf
switchtec-nvme-device.c
@@ -45,9 +45,7 @@ struct switchtec_device_manage_nvme_rsp
45
{
46
struct switchtec_device_manage_rsp_hdr hdr;
47
uint32_t nvme_cqe[4];
48
- uint8_t nvme_data[MRPC_MAX_DATA_LEN -
49
- sizeof(struct switchtec_device_manage_rsp_hdr) -
50
- (4 * 4)];
+ uint8_t nvme_data[SWITCHTEC_DEVICE_MANAGE_MAX_RESP - (4 * 4)];
51
};
52
53
int pax_nvme_submit_admin_passthru(int fd, struct nvme_passthru_cmd *cmd)
0 commit comments