Searched refs:iv_ofs (Results 1 – 2 of 2) sorted by relevance
1156 uint16_t iv_ofs, ofs; in bwi_mac_fw_load_iv() local1159 if (iv_img_size < sizeof(iv->iv_ofs)) { in bwi_mac_fw_load_iv()1163 iv_img_size -= sizeof(iv->iv_ofs); in bwi_mac_fw_load_iv()1164 sz += sizeof(iv->iv_ofs); in bwi_mac_fw_load_iv()1166 iv_ofs = be16toh(iv->iv_ofs); in bwi_mac_fw_load_iv()1168 ofs = __SHIFTOUT(iv_ofs, BWI_FW_IV_OFS_MASK); in bwi_mac_fw_load_iv()1175 if (iv_ofs & BWI_FW_IV_IS_32BIT) { in bwi_mac_fw_load_iv()
303 uint16_t iv_ofs; member