Home
last modified time | relevance | path

Searched refs:fixed_size (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_dbg.h277 uint32_t fixed_size; member
Dqla_init.c1520 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local
1536 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump()
1543 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump()
1545 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump()
1550 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
1552 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
1554 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
1556 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
1659 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size + eft_size; in qla2x00_alloc_fw_dump()
1698 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
/linux-4.4.14/net/sctp/
Dsm_make_chunk.c1698 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local
1714 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
1721 if (len < fixed_size + sizeof(struct sctp_chunkhdr)) in sctp_unpack_cookie()
/linux-4.4.14/sound/pci/asihpi/
Dhpi_internal.h1033 char fixed_size[32]; member