Home
last modified time | relevance | path

Searched refs:LPFC_FCP_CDB_LEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_scsi.h26 #define LPFC_FCP_CDB_LEN 16 macro
124 uint8_t fcpCdb[LPFC_FCP_CDB_LEN]; /* SRB cdb field is copied here */
H A Dlpfc_scsi.c4110 if (scsi_cmnd->cmd_len < LPFC_FCP_CDB_LEN) { in lpfc_scsi_prep_cmnd()
4112 memset(ptr, 0, (LPFC_FCP_CDB_LEN - scsi_cmnd->cmd_len)); in lpfc_scsi_prep_cmnd()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_scsi.h26 #define LPFC_FCP_CDB_LEN 16 macro
124 uint8_t fcpCdb[LPFC_FCP_CDB_LEN]; /* SRB cdb field is copied here */
H A Dlpfc_scsi.c4806 if (scsi_cmnd->cmd_len < LPFC_FCP_CDB_LEN) { in lpfc_scsi_prep_cmnd()
4808 memset(ptr, 0, (LPFC_FCP_CDB_LEN - scsi_cmnd->cmd_len)); in lpfc_scsi_prep_cmnd()

Completed in 15 milliseconds