Lines Matching defs:hbqmb

1120  * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1129 lpfc_build_hbq_profile2(struct config_hbq_var *hbqmb,
1132 hbqmb->profiles.profile2.seqlenbcnt = hbq_desc->seqlenbcnt;
1133 hbqmb->profiles.profile2.maxlen = hbq_desc->maxlen;
1134 hbqmb->profiles.profile2.seqlenoff = hbq_desc->seqlenoff;
1139 * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1148 lpfc_build_hbq_profile3(struct config_hbq_var *hbqmb,
1151 hbqmb->profiles.profile3.seqlenbcnt = hbq_desc->seqlenbcnt;
1152 hbqmb->profiles.profile3.maxlen = hbq_desc->maxlen;
1153 hbqmb->profiles.profile3.cmdcodeoff = hbq_desc->cmdcodeoff;
1154 hbqmb->profiles.profile3.seqlenoff = hbq_desc->seqlenoff;
1155 memcpy(&hbqmb->profiles.profile3.cmdmatch, hbq_desc->cmdmatch,
1156 sizeof(hbqmb->profiles.profile3.cmdmatch));
1161 * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1171 lpfc_build_hbq_profile5(struct config_hbq_var *hbqmb,
1174 hbqmb->profiles.profile5.seqlenbcnt = hbq_desc->seqlenbcnt;
1175 hbqmb->profiles.profile5.maxlen = hbq_desc->maxlen;
1176 hbqmb->profiles.profile5.cmdcodeoff = hbq_desc->cmdcodeoff;
1177 hbqmb->profiles.profile5.seqlenoff = hbq_desc->seqlenoff;
1178 memcpy(&hbqmb->profiles.profile5.cmdmatch, hbq_desc->cmdmatch,
1179 sizeof(hbqmb->profiles.profile5.cmdmatch));
1203 struct config_hbq_var *hbqmb = &mb->un.varCfgHbq;
1206 hbqmb->hbqId = id;
1207 hbqmb->entry_count = hbq_desc->entry_count; /* # entries in HBQ */
1208 hbqmb->recvNotify = hbq_desc->rn; /* Receive
1210 hbqmb->numMask = hbq_desc->mask_count; /* # R_CTL/TYPE masks
1212 hbqmb->profile = hbq_desc->profile; /* Selection profile:
1215 hbqmb->ringMask = hbq_desc->ring_mask; /* Binds HBQ to a ring
1218 hbqmb->headerLen = hbq_desc->headerLen; /* 0 if not profile 4
1220 hbqmb->logEntry = hbq_desc->logEntry; /* Set to 1 if this
1224 hbqmb->hbqaddrLow = putPaddrLow(phba->hbqslimp.phys) +
1226 hbqmb->hbqaddrHigh = putPaddrHigh(phba->hbqslimp.phys);
1235 lpfc_build_hbq_profile2(hbqmb, hbq_desc);
1237 lpfc_build_hbq_profile3(hbqmb, hbq_desc);
1239 lpfc_build_hbq_profile5(hbqmb, hbq_desc);
1247 hbqmb->hbqMasks[i].tmatch = hbq_desc->hbqMasks[i].tmatch;
1248 hbqmb->hbqMasks[i].tmask = hbq_desc->hbqMasks[i].tmask;
1249 hbqmb->hbqMasks[i].rctlmatch = hbq_desc->hbqMasks[i].rctlmatch;
1250 hbqmb->hbqMasks[i].rctlmask = hbq_desc->hbqMasks[i].rctlmask;