Searched refs:mv_list (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 53 struct vf_macvlans *mv_list; in __ixgbe_enable_sriov() local 67 adapter->mv_list = mv_list = kcalloc(num_vf_macvlans, in __ixgbe_enable_sriov() 70 if (mv_list) { in __ixgbe_enable_sriov() 74 mv_list->vf = -1; in __ixgbe_enable_sriov() 75 mv_list->free = true; in __ixgbe_enable_sriov() 76 list_add(&mv_list->l, &adapter->vf_mvs.l); in __ixgbe_enable_sriov() 77 mv_list++; in __ixgbe_enable_sriov() 194 kfree(adapter->mv_list); in ixgbe_disable_sriov() 195 adapter->mv_list = NULL; in ixgbe_disable_sriov()
|
D | ixgbe.h | 754 struct vf_macvlans *mv_list; member
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_prototype.h | 134 struct i40e_aqc_add_macvlan_element_data *mv_list, 137 struct i40e_aqc_remove_macvlan_element_data *mv_list,
|
D | i40e_common.c | 2010 struct i40e_aqc_add_macvlan_element_data *mv_list, in i40e_aq_add_macvlan() argument 2019 if (count == 0 || !mv_list || !hw) in i40e_aq_add_macvlan() 2022 buf_size = count * sizeof(*mv_list); in i40e_aq_add_macvlan() 2035 status = i40e_asq_send_command(hw, &desc, mv_list, buf_size, in i40e_aq_add_macvlan() 2052 struct i40e_aqc_remove_macvlan_element_data *mv_list, in i40e_aq_remove_macvlan() argument 2061 if (count == 0 || !mv_list || !hw) in i40e_aq_remove_macvlan() 2064 buf_size = count * sizeof(*mv_list); in i40e_aq_remove_macvlan() 2077 status = i40e_asq_send_command(hw, &desc, mv_list, buf_size, in i40e_aq_remove_macvlan()
|