Lines Matching refs:alloc_len
5264 uint32_t alloc_len, mbox_tmo; in lpfc_sli4_cfg_post_extnts() local
5288 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, in lpfc_sli4_cfg_post_extnts()
5291 if (alloc_len < req_len) { in lpfc_sli4_cfg_post_extnts()
5295 "size (x%x)\n", alloc_len, req_len); in lpfc_sli4_cfg_post_extnts()
5955 uint32_t alloc_len, mbox_tmo; in lpfc_sli4_get_allocated_extnts() local
6021 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, in lpfc_sli4_get_allocated_extnts()
6024 if (alloc_len < req_len) { in lpfc_sli4_get_allocated_extnts()
6028 "size (x%x)\n", alloc_len, req_len); in lpfc_sli4_get_allocated_extnts()
15943 uint32_t alloc_len, req_len; in lpfc_sli4_add_fcf_record() local
15957 alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE, in lpfc_sli4_add_fcf_record()
15960 if (alloc_len < req_len) { in lpfc_sli4_add_fcf_record()
15964 "size (x%x)\n", alloc_len, req_len); in lpfc_sli4_add_fcf_record()