Searched defs:viid (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 5491 int t4_config_rss_range(struct adapter *adapter, int mbox, unsigned int viid, in t4_config_rss_range() 5612 int t4_config_vi_rss(struct adapter *adapter, int mbox, unsigned int viid, in t4_config_vi_rss() 7985 unsigned int vf, unsigned int viid) in t4_free_vi() 8015 int t4_set_rxmode(struct adapter *adap, unsigned int mbox, unsigned int viid, in t4_set_rxmode() 8063 int t4_alloc_encap_mac_filt(struct adapter *adap, unsigned int viid, in t4_alloc_encap_mac_filt() 8111 int t4_alloc_raw_mac_filt(struct adapter *adap, unsigned int viid, in t4_alloc_raw_mac_filt() 8175 unsigned int viid, bool free, unsigned int naddr, in t4_alloc_mac_filt() 8256 int t4_free_encap_mac_filt(struct adapter *adap, unsigned int viid, in t4_free_encap_mac_filt() 8299 int t4_free_raw_mac_filt(struct adapter *adap, unsigned int viid, in t4_free_raw_mac_filt() 8348 unsigned int viid, unsigned int naddr, in t4_free_mac_filt() [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 210 uint16_t viid; /* opaque VI identifier */ member
|