Lines Matching refs:req_len
5262 uint32_t req_len; in lpfc_sli4_cfg_post_extnts() local
5267 req_len = extnt_cnt * sizeof(uint16_t); in lpfc_sli4_cfg_post_extnts()
5281 if (req_len > emb_len) { in lpfc_sli4_cfg_post_extnts()
5282 req_len = extnt_cnt * sizeof(uint16_t) + in lpfc_sli4_cfg_post_extnts()
5290 req_len, *emb); 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()
5954 uint32_t req_len, emb_len; in lpfc_sli4_get_allocated_extnts() local
6008 req_len = emb_len; in lpfc_sli4_get_allocated_extnts()
6009 if (req_len > emb_len) { in lpfc_sli4_get_allocated_extnts()
6010 req_len = curr_blks * sizeof(uint16_t) + in lpfc_sli4_get_allocated_extnts()
6023 req_len, emb); 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()
15918 uint32_t alloc_len, req_len; in lpfc_sli4_add_fcf_record() local
15928 req_len = sizeof(struct fcf_record) + sizeof(union lpfc_sli4_cfg_shdr) + in lpfc_sli4_add_fcf_record()
15934 req_len, LPFC_SLI4_MBX_NEMBED); in lpfc_sli4_add_fcf_record()
15935 if (alloc_len < req_len) { in lpfc_sli4_add_fcf_record()
15939 "size (x%x)\n", alloc_len, req_len); in lpfc_sli4_add_fcf_record()