Home
last modified time | relevance | path

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

/drivers/net/wimax/i2400m/
Dfw.c707 section_size, /* Size of the whole section (cmd + payload) */ in i2400m_dnload_bcf() local
720 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()
/drivers/net/hyperv/
Dhyperv_net.h329 u32 section_size; member