Home
last modified time | relevance | path

Searched refs:msg_bit (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_mbx.c248 u8 msg_bit; in hclge_set_vf_mc_mta_status() local
255 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()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c807 u8 msg_bit; in hclgevf_do_update_mta_status() local
824 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()