Searched refs:check_bd (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | spapr_llan.c | 418 static int check_bd(SpaprVioVlan *dev, vlan_bd_t bd, in check_bd() function 459 if (check_bd(dev, VLAN_VALID_BD(buf_list, SPAPR_TCE_PAGE_SIZE), in h_register_logical_lan() 466 if (check_bd(dev, filter_list_bd, SPAPR_TCE_PAGE_SIZE) < 0) { in h_register_logical_lan() 472 || (check_bd(dev, rec_queue, VLAN_RQ_ALIGNMENT) < 0)) { in h_register_logical_lan() 648 if ((check_bd(dev, buf, 4) < 0) in h_add_logical_lan_buffer()
|