Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_scsi.h124 uint8_t fcpCntl3; member
136 uint8_t fcpCntl3; member
Dlpfc_scsi.c4640 fcp_cmnd->fcpCntl3 = WRITE_DATA; in lpfc_scsi_prep_cmnd_buf_s3()
4644 fcp_cmnd->fcpCntl3 = READ_DATA; in lpfc_scsi_prep_cmnd_buf_s3()
4650 fcp_cmnd->fcpCntl3 = 0; in lpfc_scsi_prep_cmnd_buf_s3()
4714 fcp_cmnd->fcpCntl3 = WRITE_DATA; in lpfc_scsi_prep_cmnd_buf_s4()
4726 fcp_cmnd->fcpCntl3 = READ_DATA; in lpfc_scsi_prep_cmnd_buf_s4()
4742 fcp_cmnd->fcpCntl3 |= 4 << 2; in lpfc_scsi_prep_cmnd_buf_s4()
4751 fcp_cmnd->fcpCntl3 = 0; in lpfc_scsi_prep_cmnd_buf_s4()
4932 fcp_cmnd->fcpCntl3 = 0; in lpfc_scsi_prep_task_mgmt_cmd_s4()
5441 switch (lpfc_cmd->fcp_cmnd->fcpCntl3) { in lpfc_queuecommand()