Lines Matching defs:alloclen
5485 uint32_t alloclen, reqlen;
5496 alloclen = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
5500 if (alloclen < reqlen) {
5504 "(%d)\n", alloclen, reqlen);
15405 int rc, length, alloclen, status = 0;
15423 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
15426 if (alloclen < length) {
15430 "(%d)\n", alloclen, length);
16428 int rc, length, alloclen, status = 0;
16449 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
16452 if (alloclen < length) {
16456 "(%d)\n", alloclen, length);
17087 uint32_t reqlen, alloclen, pg_pairs;
17108 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
17112 if (alloclen < reqlen) {
17116 "size (%d)\n", alloclen, reqlen);
17192 uint32_t reqlen, alloclen, pg_pairs;
17217 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
17221 if (alloclen < reqlen) {
17225 "size (%d)\n", alloclen, reqlen);