Lines Matching defs:alloc_len
1844 uint32_t alloc_len;
1885 for (pagen = 0, alloc_len = 0; pagen < pcount; pagen++) {
1901 resid_len = length - alloc_len;
1905 alloc_len += SLI4_PAGE_SIZE;
1909 alloc_len = length;
1914 sli4_config->header.cfg_mhdr.payload_length = alloc_len;
1922 alloc_len - sizeof(union lpfc_sli4_cfg_shdr);
1928 return alloc_len;
2093 uint32_t alloc_len, req_len;
2103 alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
2107 if (alloc_len < req_len) {
2111 "size (x%x)\n", alloc_len, req_len);