Searched refs:section_size (Results 1 – 2 of 2) sorted by relevance
707 section_size, /* Size of the whole section (cmd + payload) */ in i2400m_dnload_bcf() local720 section_size = ALIGN(sizeof(*bh) + data_size, 4); in i2400m_dnload_bcf()736 if (offset + section_size > bcf_len) { in i2400m_dnload_bcf()740 offset + section_size, bcf_len); in i2400m_dnload_bcf()745 ret = i2400m_bm_cmd(i2400m, bh, section_size, in i2400m_dnload_bcf()753 offset += section_size; in i2400m_dnload_bcf()
329 u32 section_size; member