Home
last modified time | relevance | path

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

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