Lines Matching refs:msg_data
1454 uint8_t msg_data[HNS3VF_VLAN_MBX_MSG_LEN]; in hns3vf_vlan_filter_configure() local
1458 msg_data[0] = is_kill; in hns3vf_vlan_filter_configure()
1459 memcpy(&msg_data[1], &vlan_id, sizeof(vlan_id)); in hns3vf_vlan_filter_configure()
1460 memcpy(&msg_data[3], &proto, sizeof(proto)); in hns3vf_vlan_filter_configure()
1463 msg_data, HNS3VF_VLAN_MBX_MSG_LEN, true, NULL, in hns3vf_vlan_filter_configure()
1493 uint8_t msg_data; in hns3vf_en_hw_strip_rxvtag() local
1496 msg_data = enable ? 1 : 0; in hns3vf_en_hw_strip_rxvtag()
1498 &msg_data, sizeof(msg_data), false, NULL, 0); in hns3vf_en_hw_strip_rxvtag()
1627 uint8_t msg_data; in hns3vf_set_alive() local
1629 msg_data = alive ? 1 : 0; in hns3vf_set_alive()
1630 return hns3_send_mbx_msg(hw, HNS3_MBX_SET_ALIVE, 0, &msg_data, in hns3vf_set_alive()
1631 sizeof(msg_data), false, NULL, 0); in hns3vf_set_alive()