Searched refs:iv_ofs (Results 1 – 2 of 2) sorted by relevance
1168 uint16_t iv_ofs, ofs; in bwi_mac_fw_load_iv() local1171 if (iv_img_size < sizeof(iv->iv_ofs)) { in bwi_mac_fw_load_iv()1175 iv_img_size -= sizeof(iv->iv_ofs); in bwi_mac_fw_load_iv()1176 sz += sizeof(iv->iv_ofs); in bwi_mac_fw_load_iv()1178 iv_ofs = be16toh(iv->iv_ofs); in bwi_mac_fw_load_iv()1180 ofs = __SHIFTOUT(iv_ofs, BWI_FW_IV_OFS_MASK); in bwi_mac_fw_load_iv()1187 if (iv_ofs & BWI_FW_IV_IS_32BIT) { in bwi_mac_fw_load_iv()
302 uint16_t iv_ofs; member