Lines Matching defs:hbqmb
1061 * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1070 lpfc_build_hbq_profile2(struct config_hbq_var *hbqmb,
1073 hbqmb->profiles.profile2.seqlenbcnt = hbq_desc->seqlenbcnt;
1074 hbqmb->profiles.profile2.maxlen = hbq_desc->maxlen;
1075 hbqmb->profiles.profile2.seqlenoff = hbq_desc->seqlenoff;
1080 * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1089 lpfc_build_hbq_profile3(struct config_hbq_var *hbqmb,
1092 hbqmb->profiles.profile3.seqlenbcnt = hbq_desc->seqlenbcnt;
1093 hbqmb->profiles.profile3.maxlen = hbq_desc->maxlen;
1094 hbqmb->profiles.profile3.cmdcodeoff = hbq_desc->cmdcodeoff;
1095 hbqmb->profiles.profile3.seqlenoff = hbq_desc->seqlenoff;
1096 memcpy(&hbqmb->profiles.profile3.cmdmatch, hbq_desc->cmdmatch,
1097 sizeof(hbqmb->profiles.profile3.cmdmatch));
1102 * @hbqmb: pointer to the HBQ configuration data structure in mailbox command.
1112 lpfc_build_hbq_profile5(struct config_hbq_var *hbqmb,
1115 hbqmb->profiles.profile5.seqlenbcnt = hbq_desc->seqlenbcnt;
1116 hbqmb->profiles.profile5.maxlen = hbq_desc->maxlen;
1117 hbqmb->profiles.profile5.cmdcodeoff = hbq_desc->cmdcodeoff;
1118 hbqmb->profiles.profile5.seqlenoff = hbq_desc->seqlenoff;
1119 memcpy(&hbqmb->profiles.profile5.cmdmatch, hbq_desc->cmdmatch,
1120 sizeof(hbqmb->profiles.profile5.cmdmatch));
1144 struct config_hbq_var *hbqmb = &mb->un.varCfgHbq;
1147 hbqmb->hbqId = id;
1148 hbqmb->entry_count = hbq_desc->entry_count; /* # entries in HBQ */
1149 hbqmb->recvNotify = hbq_desc->rn; /* Receive
1151 hbqmb->numMask = hbq_desc->mask_count; /* # R_CTL/TYPE masks
1153 hbqmb->profile = hbq_desc->profile; /* Selection profile:
1156 hbqmb->ringMask = hbq_desc->ring_mask; /* Binds HBQ to a ring
1159 hbqmb->headerLen = hbq_desc->headerLen; /* 0 if not profile 4
1161 hbqmb->logEntry = hbq_desc->logEntry; /* Set to 1 if this
1165 hbqmb->hbqaddrLow = putPaddrLow(phba->hbqslimp.phys) +
1167 hbqmb->hbqaddrHigh = putPaddrHigh(phba->hbqslimp.phys);
1176 lpfc_build_hbq_profile2(hbqmb, hbq_desc);
1178 lpfc_build_hbq_profile3(hbqmb, hbq_desc);
1180 lpfc_build_hbq_profile5(hbqmb, hbq_desc);
1188 hbqmb->hbqMasks[i].tmatch = hbq_desc->hbqMasks[i].tmatch;
1189 hbqmb->hbqMasks[i].tmask = hbq_desc->hbqMasks[i].tmask;
1190 hbqmb->hbqMasks[i].rctlmatch = hbq_desc->hbqMasks[i].rctlmatch;
1191 hbqmb->hbqMasks[i].rctlmask = hbq_desc->hbqMasks[i].rctlmask;