Searched refs:mv_list (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2_gmv.c | 57 static int iep2_is_subt_mv(int mv, struct mv_list *mv_ls) in iep2_is_subt_mv() 69 void iep2_update_gmv(struct iep2_api_ctx *ctx, struct mv_list *mv_ls) in iep2_update_gmv()
|
| H A D | iep2_gmv.h | 23 void iep2_update_gmv(struct iep2_api_ctx *ctx, struct mv_list *ls);
|
| H A D | iep2_osd.h | 25 void iep2_set_osd(struct iep2_api_ctx *ctx, struct mv_list *ls);
|
| H A D | iep2.c | 239 struct mv_list ls; in iep2_done() 244 memset(&ls, 0, sizeof(struct mv_list)); in iep2_done()
|
| H A D | iep2_osd.c | 109 void iep2_set_osd(struct iep2_api_ctx *ctx, struct mv_list *ls) in iep2_set_osd()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_sriov.c | 28 struct vf_macvlans *mv_list; in ixgbe_alloc_vf_macvlans() local 36 mv_list = kcalloc(num_vf_macvlans, sizeof(struct vf_macvlans), in ixgbe_alloc_vf_macvlans() 38 if (mv_list) { in ixgbe_alloc_vf_macvlans() 42 mv_list[i].vf = -1; in ixgbe_alloc_vf_macvlans() 43 mv_list[i].free = true; in ixgbe_alloc_vf_macvlans() 44 list_add(&mv_list[i].l, &adapter->vf_mvs.l); in ixgbe_alloc_vf_macvlans() 46 adapter->mv_list = mv_list; in ixgbe_alloc_vf_macvlans() 230 kfree(adapter->mv_list); in ixgbe_disable_sriov() 231 adapter->mv_list = NULL; in ixgbe_disable_sriov()
|
| H A D | ixgbe.h | 739 struct vf_macvlans *mv_list; member
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/inc/ |
| H A D | iep2_api.h | 137 struct mv_list { struct
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_prototype.h | 147 struct i40e_aqc_add_macvlan_element_data *mv_list, 150 struct i40e_aqc_remove_macvlan_element_data *mv_list,
|
| H A D | i40e_common.c | 2755 struct i40e_aqc_add_macvlan_element_data *mv_list, in i40e_aq_add_macvlan() argument 2765 if (count == 0 || !mv_list || !hw) in i40e_aq_add_macvlan() 2768 buf_size = count * sizeof(*mv_list); in i40e_aq_add_macvlan() 2778 if (is_multicast_ether_addr(mv_list[i].mac_addr)) in i40e_aq_add_macvlan() 2779 mv_list[i].flags |= in i40e_aq_add_macvlan() 2786 status = i40e_asq_send_command(hw, &desc, mv_list, buf_size, in i40e_aq_add_macvlan() 2803 struct i40e_aqc_remove_macvlan_element_data *mv_list, in i40e_aq_remove_macvlan() argument 2812 if (count == 0 || !mv_list || !hw) in i40e_aq_remove_macvlan() 2815 buf_size = count * sizeof(*mv_list); in i40e_aq_remove_macvlan() 2828 status = i40e_asq_send_command(hw, &desc, mv_list, buf_size, in i40e_aq_remove_macvlan()
|