Searched refs:fixed_size (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_dbg.h | 277 uint32_t fixed_size; member
|
D | qla_init.c | 1517 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local 1533 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump() 1540 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump() 1542 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump() 1547 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 1549 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 1551 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 1553 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 1656 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size + eft_size; in qla2x00_alloc_fw_dump() 1695 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
|
/linux-4.1.27/net/sctp/ |
D | sm_make_chunk.c | 1698 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.1.27/sound/pci/asihpi/ |
D | hpi_internal.h | 1033 char fixed_size[32]; member
|