Searched refs:bcf_hdr (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
H A D | fw.c | 777 * @bcf_hdr: BCF header we are actually using 787 const struct i2400m_bcf_hdr *bcf_hdr, in i2400m_dnload_finalize() 819 sizeof(*bcf_hdr) in i2400m_dnload_finalize() 820 + le32_to_cpu(bcf_hdr->key_size) * sizeof(u32) in i2400m_dnload_finalize() 821 + le32_to_cpu(bcf_hdr->exponent_size) * sizeof(u32); in i2400m_dnload_finalize() 823 le32_to_cpu(bcf_hdr->modulus_size) * sizeof(u32); in i2400m_dnload_finalize() 825 (void *) bcf_hdr + signature_block_offset, in i2400m_dnload_finalize() 1098 * @bcf_hdr: pointer to the firmware header; assumes it is fully in 1109 const struct i2400m_bcf_hdr *bcf_hdr) in i2400m_dnload_init_signed() 1119 d_fnstart(5, dev, "(i2400m %p bcf_hdr in i2400m_dnload_init_signed() 786 i2400m_dnload_finalize(struct i2400m *i2400m, const struct i2400m_bcf_hdr *bcf_hdr, const struct i2400m_bcf_hdr *bcf, size_t offset) i2400m_dnload_finalize() argument 1108 i2400m_dnload_init_signed(struct i2400m *i2400m, const struct i2400m_bcf_hdr *bcf_hdr) i2400m_dnload_init_signed() argument 1142 i2400m_dnload_init(struct i2400m *i2400m, const struct i2400m_bcf_hdr *bcf_hdr) i2400m_dnload_init() argument 1184 i2400m_fw_hdr_check(struct i2400m *i2400m, const struct i2400m_bcf_hdr *bcf_hdr, size_t index, size_t offset) i2400m_fw_hdr_check() argument 1258 const struct i2400m_bcf_hdr *bcf_hdr; i2400m_fw_check() local 1320 i2400m_bcf_hdr_match(struct i2400m *i2400m, const struct i2400m_bcf_hdr *bcf_hdr) i2400m_bcf_hdr_match() argument 1340 const struct i2400m_bcf_hdr **bcf_itr, *bcf_hdr; i2400m_bcf_hdr_find() local 1388 const struct i2400m_bcf_hdr *bcf_hdr; i2400m_fw_dnload() local [all...] |
Completed in 3 milliseconds