Home
last modified time | relevance | path

Searched refs:fcpCdb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.h126 uint8_t fcpCdb[LPFC_FCP_CDB_LEN]; /* SRB cdb field is copied here */ member
138 uint8_t fcpCdb[LPFC_FCP_CDB_LEN_32]; /* SRB cdb field is copied here */ member
H A Dlpfc_scsi.c4818 ptr = &((struct fcp_cmnd32 *)fcp_cmnd)->fcpCdb[0]; in lpfc_scsi_prep_cmnd()