Lines Matching defs:cfg_hdr
5125 * @cfg_hdr: Configuration page header
5138 * The cfg_hdr can be passed as null for reading required header
5139 * details for read/write pages the cfg_hdr should point valid
5159 struct mpi3_config_page_header *cfg_hdr, int timeout, u16 *ioc_status,
5172 if (!cfg_hdr) {
5178 switch (cfg_hdr->page_attribute & MPI3_CONFIG_PAGEATTR_MASK) {
5199 cfg_req->page_number, cfg_hdr->page_attribute);
5202 mem_desc.size = le16_to_cpu(cfg_hdr->page_length) * 4;
5203 cfg_req->page_length = cfg_hdr->page_length;
5204 cfg_req->page_version = cfg_hdr->page_version;
5260 struct mpi3_config_page_header cfg_hdr;
5265 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5275 MPI3MR_INTADMCMD_TIMEOUT, ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5288 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5320 struct mpi3_config_page_header cfg_hdr;
5325 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5335 MPI3MR_INTADMCMD_TIMEOUT, ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5348 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5379 struct mpi3_config_page_header cfg_hdr;
5384 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5394 MPI3MR_INTADMCMD_TIMEOUT, ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5407 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5439 struct mpi3_config_page_header cfg_hdr;
5444 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5454 MPI3MR_INTADMCMD_TIMEOUT, ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5468 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5499 struct mpi3_config_page_header cfg_hdr;
5504 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5514 MPI3MR_INTADMCMD_TIMEOUT, ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5528 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5559 struct mpi3_config_page_header cfg_hdr;
5564 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5574 MPI3MR_INTADMCMD_TIMEOUT, ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5587 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5613 struct mpi3_config_page_header cfg_hdr;
5618 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5628 MPI3MR_INTADMCMD_TIMEOUT, &ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5639 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5669 struct mpi3_config_page_header cfg_hdr;
5674 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5684 MPI3MR_INTADMCMD_TIMEOUT, &ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5695 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5726 struct mpi3_config_page_header cfg_hdr;
5730 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5740 MPI3MR_INTADMCMD_TIMEOUT, &ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5751 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5764 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,
5794 struct mpi3_config_page_header cfg_hdr;
5799 memset(&cfg_hdr, 0, sizeof(cfg_hdr));
5809 MPI3MR_INTADMCMD_TIMEOUT, &ioc_status, &cfg_hdr, sizeof(cfg_hdr))) {
5820 if (mpi3mr_process_cfg_req(mrioc, &cfg_req, &cfg_hdr,