Home
last modified time | relevance | path

Searched refs:Action (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/drivers/message/fusion/lsi/
Dmpi_raid.h61 U8 Action; /* 00h */ member
135 U8 Action; /* 00h */ member
Dmpi_init.h485 U8 Action; /* 04h */ member
538 U8 Action; /* 04h */ member
Dmpi_tool.h228 U8 Action; /* 0Ch */ member
Dmpi_history.txt544 * 10-04-01 01.02.04 Added defines for SEP request Action field.
689 * 02-28-07 01.05.03 Added new RAID Action, Device FW Update Mode, and
692 * for the RAID Action MPI_RAID_ACTION_DISABLE_VOLUME.
Dmpi_cnfg.h505 U8 Action; /* 00h */ member
536 U8 Action; /* 00h */ member
/linux-4.19.296/fs/cifs/
Dsess.c757 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_lanman()
867 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_ntlm()
975 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_ntlmv2()
1101 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_kerberos()
1341 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_rawntlmssp_authenticate()
Dcifspdu.h643 __le16 Action; /* see below */ member
677 __le16 Action; /* see below */ member
999 __le16 Action; member
1524 __le32 Action; member
Dmisc.c419 pnotify->FileName, pnotify->Action); in is_valid_oplock_break()
/linux-4.19.296/drivers/message/fusion/
Dmptspi.c284 pReq->Action = MPI_CONFIG_ACTION_PAGE_WRITE_CURRENT; in mptspi_writeIOCPage4()
643 pReq->Action = MPI_RAID_ACTION_QUIESCE_PHYS_IO; in mptscsih_quiesce_raid()
645 pReq->Action = MPI_RAID_ACTION_ENABLE_PHYS_IO; in mptscsih_quiesce_raid()
660 ioc->name, pReq->Action, channel, id)); in mptscsih_quiesce_raid()
Dmptbase.c6407 pReq->Action = pCfg->action; in mpt_config()
6459 ioc->name, page_type, pReq->Header.PageNumber, pReq->Action)); in mpt_config()
6472 pReq->Action, ioc->mptbase_cmds.status, timeleft)); in mpt_config()
8177 page_type, pReq->Header.PageNumber, pReq->Action, form); in mpt_iocstatus_info_config()
Dmptctl.c1838 config_frame->Action)); in mptctl_do_mpt_command()
Dmptscsih.c414 SEPMsg->Action = MPI_SEP_REQ_ACTION_WRITE_STATUS; in mptscsih_issue_sep_command()