Searched refs:i40e_aq_update_vsi_params (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_iov.c1114 return (i40e_aq_update_vsi_params(&pf->hw, &vsi_ctx, NULL));
1641 error = i40e_aq_update_vsi_params(hw, &ctxt, NULL);
1643 device_printf(dev, "i40e_aq_update_vsi_params() failed, error %d,"
H A Di40e_prototype.h203 enum i40e_status_code i40e_aq_update_vsi_params(struct i40e_hw *hw,
H A Dixl_pf_iflib.c507 err = i40e_aq_update_vsi_params(hw, &ctxt, NULL);
509 device_printf(dev, "i40e_aq_update_vsi_params() failed, error %d,"
H A Di40e_common.c2676 * i40e_aq_update_vsi_params
2683 enum i40e_status_code i40e_aq_update_vsi_params(struct i40e_hw *hw, function

Completed in 128 milliseconds