Home
last modified time | relevance | path

Searched refs:NVME_FC_SIZEOF_ZEROS_RSP (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme-fc.h63 #define NVME_FC_SIZEOF_ZEROS_RSP 12 macro
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dfc.c2169 memset(ersp, 0, NVME_FC_SIZEOF_ZEROS_RSP); in nvmet_fc_prep_fcp_rsp()
2170 fod->fcpreq->rsplen = NVME_FC_SIZEOF_ZEROS_RSP; in nvmet_fc_prep_fcp_rsp()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dfc.c1985 case NVME_FC_SIZEOF_ZEROS_RSP: in nvme_fc_fcpio_done()