Lines Matching defs:hbqmb

1113  * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1122 lpfc_build_hbq_profile2(struct config_hbq_var *hbqmb,
1125 hbqmb->profiles.profile2.seqlenbcnt = hbq_desc->seqlenbcnt;
1126 hbqmb->profiles.profile2.maxlen = hbq_desc->maxlen;
1127 hbqmb->profiles.profile2.seqlenoff = hbq_desc->seqlenoff;
1132 * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1141 lpfc_build_hbq_profile3(struct config_hbq_var *hbqmb,
1144 hbqmb->profiles.profile3.seqlenbcnt = hbq_desc->seqlenbcnt;
1145 hbqmb->profiles.profile3.maxlen = hbq_desc->maxlen;
1146 hbqmb->profiles.profile3.cmdcodeoff = hbq_desc->cmdcodeoff;
1147 hbqmb->profiles.profile3.seqlenoff = hbq_desc->seqlenoff;
1148 memcpy(&hbqmb->profiles.profile3.cmdmatch, hbq_desc->cmdmatch,
1149 sizeof(hbqmb->profiles.profile3.cmdmatch));
1154 * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1164 lpfc_build_hbq_profile5(struct config_hbq_var *hbqmb,
1167 hbqmb->profiles.profile5.seqlenbcnt = hbq_desc->seqlenbcnt;
1168 hbqmb->profiles.profile5.maxlen = hbq_desc->maxlen;
1169 hbqmb->profiles.profile5.cmdcodeoff = hbq_desc->cmdcodeoff;
1170 hbqmb->profiles.profile5.seqlenoff = hbq_desc->seqlenoff;
1171 memcpy(&hbqmb->profiles.profile5.cmdmatch, hbq_desc->cmdmatch,
1172 sizeof(hbqmb->profiles.profile5.cmdmatch));
1196 struct config_hbq_var *hbqmb = &mb->un.varCfgHbq;
1199 hbqmb->hbqId = id;
1200 hbqmb->entry_count = hbq_desc->entry_count; /* # entries in HBQ */
1201 hbqmb->recvNotify = hbq_desc->rn; /* Receive
1203 hbqmb->numMask = hbq_desc->mask_count; /* # R_CTL/TYPE masks
1205 hbqmb->profile = hbq_desc->profile; /* Selection profile:
1208 hbqmb->ringMask = hbq_desc->ring_mask; /* Binds HBQ to a ring
1211 hbqmb->headerLen = hbq_desc->headerLen; /* 0 if not profile 4
1213 hbqmb->logEntry = hbq_desc->logEntry; /* Set to 1 if this
1217 hbqmb->hbqaddrLow = putPaddrLow(phba->hbqslimp.phys) +
1219 hbqmb->hbqaddrHigh = putPaddrHigh(phba->hbqslimp.phys);
1228 lpfc_build_hbq_profile2(hbqmb, hbq_desc);
1230 lpfc_build_hbq_profile3(hbqmb, hbq_desc);
1232 lpfc_build_hbq_profile5(hbqmb, hbq_desc);
1240 hbqmb->hbqMasks[i].tmatch = hbq_desc->hbqMasks[i].tmatch;
1241 hbqmb->hbqMasks[i].tmask = hbq_desc->hbqMasks[i].tmask;
1242 hbqmb->hbqMasks[i].rctlmatch = hbq_desc->hbqMasks[i].rctlmatch;
1243 hbqmb->hbqMasks[i].rctlmask = hbq_desc->hbqMasks[i].rctlmask;