Home
last modified time | relevance | path

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

/drivers/net/wimax/i2400m/
Dfw.c457 section_size, /* Size of the whole section (cmd + payload) */ in i2400m_dnload_bcf() local
470 section_size = ALIGN(sizeof(*bh) + data_size, 4); in i2400m_dnload_bcf()
480 if (offset + section_size == bcf_len) in i2400m_dnload_bcf()
483 if (offset + section_size > bcf_len) { in i2400m_dnload_bcf()
487 offset + section_size, bcf_len); in i2400m_dnload_bcf()
492 ret = i2400m_bm_cmd(i2400m, bh, section_size, in i2400m_dnload_bcf()
500 offset += section_size; in i2400m_dnload_bcf()