Searched refs:msg_bit (Results 1 – 2 of 2) sorted by relevance
248 u8 msg_bit; in hclge_set_vf_mc_mta_status() local255 msg_bit = 0; in hclge_set_vf_mc_mta_status()258 if (msg[msg_ofs] & BIT(msg_bit)) in hclge_set_vf_mc_mta_status()261 msg_bit++; in hclge_set_vf_mc_mta_status()262 if (msg_bit == BITS_PER_BYTE) { in hclge_set_vf_mc_mta_status()263 msg_bit = 0; in hclge_set_vf_mc_mta_status()
807 u8 msg_bit; in hclgevf_do_update_mta_status() local824 msg_bit = 0; in hclgevf_do_update_mta_status()827 p[msg_ofs] |= BIT(msg_bit); in hclgevf_do_update_mta_status()831 msg_bit++; in hclgevf_do_update_mta_status()832 if (msg_bit == BITS_PER_BYTE) { in hclgevf_do_update_mta_status()833 msg_bit = 0; in hclgevf_do_update_mta_status()