Home
last modified time | relevance | path

Searched refs:OTHER_COMMAND (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c2684 OTHER_COMMAND); in lpfc_nvmet_prep_ls_wqe()
3331 OTHER_COMMAND); in lpfc_nvmet_unsol_issue_abort()
H A Dlpfc_nvme.c493 bf_set(wqe_cmd_type, &wqe->gen_req.wqe_com, OTHER_COMMAND); in lpfc_nvme_gen_req()
H A Dlpfc_sli.c11242 bf_set(wqe_cmd_type, &wqe->abort_cmd.wqe_com, OTHER_COMMAND); in __lpfc_sli_prep_abort_xri_s4()
21569 bf_set(wqe_cmd_type, &abtswqe->abort_cmd.wqe_com, OTHER_COMMAND); in lpfc_sli4_issue_abort_iotag()
22795 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22804 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22818 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22830 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
H A Dlpfc_hw4.h5007 #define OTHER_COMMAND 0x8 macro