Lines Matching defs:alloc_len
1783 uint32_t alloc_len;
1824 for (pagen = 0, alloc_len = 0; pagen < pcount; pagen++) {
1840 resid_len = length - alloc_len;
1844 alloc_len += SLI4_PAGE_SIZE;
1848 alloc_len = length;
1853 sli4_config->header.cfg_mhdr.payload_length = alloc_len;
1861 alloc_len - sizeof(union lpfc_sli4_cfg_shdr);
1867 return alloc_len;
2032 uint32_t alloc_len, req_len;
2042 alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
2046 if (alloc_len < req_len) {
2050 "size (x%x)\n", alloc_len, req_len);