Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnvme-fc.h63 #define NVME_FC_SIZEOF_ZEROS_RSP 12 macro
/linux-6.1.9/drivers/nvme/target/
Dfc.c2180 memset(ersp, 0, NVME_FC_SIZEOF_ZEROS_RSP); in nvmet_fc_prep_fcp_rsp()
2181 fod->fcpreq->rsplen = NVME_FC_SIZEOF_ZEROS_RSP; in nvmet_fc_prep_fcp_rsp()
/linux-6.1.9/drivers/nvme/host/
Dfc.c2004 case NVME_FC_SIZEOF_ZEROS_RSP: in nvme_fc_fcpio_done()