Lines Matching defs:alloclen
5954 uint32_t alloclen, reqlen;
5965 alloclen = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
5969 if (alloclen < reqlen) {
5973 "(%d)\n", alloclen, reqlen);
16419 int rc, length, alloclen, status = 0;
16437 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
16440 if (alloclen < length) {
16444 "(%d)\n", alloclen, length);
17436 int rc, length, alloclen, status = 0;
17457 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
17460 if (alloclen < length) {
17464 "(%d)\n", alloclen, length);
18095 uint32_t reqlen, alloclen, pg_pairs;
18116 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
18120 if (alloclen < reqlen) {
18124 "size (%d)\n", alloclen, reqlen);
18200 uint32_t reqlen, alloclen, pg_pairs;
18225 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
18229 if (alloclen < reqlen) {
18233 "size (%d)\n", alloclen, reqlen);