Lines Matching defs:status
92 int status;
100 status = rte_eth_dev_get_reg_info(port_id, ®_info);
101 if (status)
102 return status;
133 int status;
142 status = rte_eth_dev_get_eeprom(port_id, &eeprom_info);
143 if (status)
144 return status;
156 int status;
165 status = rte_eth_dev_set_eeprom(port_id, &eeprom_info);
166 if (status)
167 return status;
188 int status;
197 status = rte_eth_dev_get_module_eeprom(port_id, &eeprom_info);
198 if (status)
199 return status;
209 int status;
214 status = rte_eth_dev_flow_ctrl_get(port_id, &fc_conf);
215 if (status)
216 return status;
244 int status;
257 status = rte_eth_dev_flow_ctrl_get(port_id, &fc_conf);
258 if (status)
259 return status;
275 status = rte_eth_dev_flow_ctrl_set(port_id, &fc_conf);
276 if (status)
277 return status;
376 /* Set VF vf_rx_mode, VF unsupport status is discard */
384 /* Enable Rx vlan filter, VF unsupported status is discard */