Searched refs:bnxt_vnic_info (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_hwrm.h | 63 int bnxt_hwrm_vnic_set_hds(struct bnxt_softc *sc, struct bnxt_vnic_info *vnic); 64 int bnxt_hwrm_vnic_cfg(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic); 65 int bnxt_hwrm_vnic_alloc(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic); 66 int bnxt_hwrm_vnic_free(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic); 76 struct bnxt_vnic_info *vnic); 82 int bnxt_hwrm_rss_cfg(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic,
|
H A D | bnxt_hwrm.c | 1419 bnxt_hwrm_vnic_set_hds(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic) in bnxt_hwrm_vnic_set_hds() 1435 bnxt_hwrm_vnic_cfg(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic) in bnxt_hwrm_vnic_cfg() 1472 bnxt_hwrm_vnic_free(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic) in bnxt_hwrm_vnic_free() 1495 bnxt_hwrm_vnic_alloc(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic) in bnxt_hwrm_vnic_alloc() 1986 struct bnxt_vnic_info *vnic) in bnxt_hwrm_cfa_l2_set_rx_mask() 2026 struct bnxt_vnic_info *vnic = &softc->vnic_info; in bnxt_hwrm_free_filter() 2051 struct bnxt_vnic_info *vnic = &softc->vnic_info; in bnxt_hwrm_l2_filter_alloc() 2099 struct bnxt_vnic_info *vnic = &softc->vnic_info; in bnxt_hwrm_set_filter() 2119 bnxt_hwrm_rss_cfg(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic, in bnxt_hwrm_rss_cfg()
|
H A D | bnxt.h | 522 struct bnxt_vnic_info { struct 1081 struct bnxt_vnic_info vnic_info;
|