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

/freebsd-13-stable/sys/dev/ixl/
H A Dvirtchnl.h674 struct virtchnl_vlan_filter_list *vfl = local
676 valid_len += vfl->num_elements * sizeof(u16);
677 if (vfl->num_elements == 0)
/freebsd-13-stable/sys/dev/ice/
H A Dvirtchnl.h1087 struct virtchnl_vlan_filter_list *vfl = local
1090 if (vfl->num_elements == 0 || vfl->num_elements >
1096 valid_len += vfl->num_elements * sizeof(u16);
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dcommon.h676 u32 *vfl, u32 *vfh, bool sleep_ok);
678 u32 vfl, u32 vfh, bool sleep_ok);
H A Dt4_hw.c5961 * @vfl: where to store the returned VFL
5969 u32 *vfl, u32 *vfh, bool sleep_ok)
5991 t4_tp_pio_read(adapter, vfl, 1, A_TP_RSS_VFL_CONFIG, sleep_ok);
6000 * @vfl: the VFL to store
6007 u32 vfl, u32 vfh, bool sleep_ok)
6022 t4_tp_pio_write(adapter, &vfl, 1, A_TP_RSS_VFL_CONFIG, sleep_ok);
5968 t4_read_rss_vf_config(struct adapter *adapter, unsigned int index, u32 *vfl, u32 *vfh, bool sleep_ok) argument
6006 t4_write_rss_vf_config(struct adapter *adapter, unsigned int index, u32 vfl, u32 vfh, bool sleep_ok) argument

Completed in 82 milliseconds