Home
last modified time | relevance | path

Searched refs:bcf_size (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dfw.c1253 int i2400m_fw_check(struct i2400m *i2400m, const void *bcf, size_t bcf_size) in i2400m_fw_check() argument
1262 for (itr = bcf, top = itr + bcf_size; in i2400m_fw_check()
1373 * @bcf_size: size of the @bcf buffer (header plus payloads)
1389 size_t bcf_size; in i2400m_fw_dnload() local
1431 * bcf_size refers to one header size plus the fw sections size in i2400m_fw_dnload()
1435 bcf_size = sizeof(u32) * le32_to_cpu(bcf_hdr->size); in i2400m_fw_dnload()
1436 ret = i2400m_dnload_bcf(i2400m, bcf, bcf_size); in i2400m_fw_dnload()

Completed in 3 milliseconds