• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/

Lines Matching refs:hbqmb

986  * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
995 lpfc_build_hbq_profile2(struct config_hbq_var *hbqmb,
998 hbqmb->profiles.profile2.seqlenbcnt = hbq_desc->seqlenbcnt;
999 hbqmb->profiles.profile2.maxlen = hbq_desc->maxlen;
1000 hbqmb->profiles.profile2.seqlenoff = hbq_desc->seqlenoff;
1005 * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1014 lpfc_build_hbq_profile3(struct config_hbq_var *hbqmb,
1017 hbqmb->profiles.profile3.seqlenbcnt = hbq_desc->seqlenbcnt;
1018 hbqmb->profiles.profile3.maxlen = hbq_desc->maxlen;
1019 hbqmb->profiles.profile3.cmdcodeoff = hbq_desc->cmdcodeoff;
1020 hbqmb->profiles.profile3.seqlenoff = hbq_desc->seqlenoff;
1021 memcpy(&hbqmb->profiles.profile3.cmdmatch, hbq_desc->cmdmatch,
1022 sizeof(hbqmb->profiles.profile3.cmdmatch));
1027 * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1037 lpfc_build_hbq_profile5(struct config_hbq_var *hbqmb,
1040 hbqmb->profiles.profile5.seqlenbcnt = hbq_desc->seqlenbcnt;
1041 hbqmb->profiles.profile5.maxlen = hbq_desc->maxlen;
1042 hbqmb->profiles.profile5.cmdcodeoff = hbq_desc->cmdcodeoff;
1043 hbqmb->profiles.profile5.seqlenoff = hbq_desc->seqlenoff;
1044 memcpy(&hbqmb->profiles.profile5.cmdmatch, hbq_desc->cmdmatch,
1045 sizeof(hbqmb->profiles.profile5.cmdmatch));
1069 struct config_hbq_var *hbqmb = &mb->un.varCfgHbq;
1072 hbqmb->hbqId = id;
1073 hbqmb->entry_count = hbq_desc->entry_count; /* # entries in HBQ */
1074 hbqmb->recvNotify = hbq_desc->rn; /* Receive
1076 hbqmb->numMask = hbq_desc->mask_count; /* # R_CTL/TYPE masks
1078 hbqmb->profile = hbq_desc->profile; /* Selection profile:
1081 hbqmb->ringMask = hbq_desc->ring_mask; /* Binds HBQ to a ring
1084 hbqmb->headerLen = hbq_desc->headerLen; /* 0 if not profile 4
1086 hbqmb->logEntry = hbq_desc->logEntry; /* Set to 1 if this
1090 hbqmb->hbqaddrLow = putPaddrLow(phba->hbqslimp.phys) +
1092 hbqmb->hbqaddrHigh = putPaddrHigh(phba->hbqslimp.phys);
1101 lpfc_build_hbq_profile2(hbqmb, hbq_desc);
1103 lpfc_build_hbq_profile3(hbqmb, hbq_desc);
1105 lpfc_build_hbq_profile5(hbqmb, hbq_desc);
1113 hbqmb->hbqMasks[i].tmatch = hbq_desc->hbqMasks[i].tmatch;
1114 hbqmb->hbqMasks[i].tmask = hbq_desc->hbqMasks[i].tmask;
1115 hbqmb->hbqMasks[i].rctlmatch = hbq_desc->hbqMasks[i].rctlmatch;
1116 hbqmb->hbqMasks[i].rctlmask = hbq_desc->hbqMasks[i].rctlmask;