Home
last modified time | relevance | path

Searched refs:vnic_info (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c731 softc->vnic_info.filter_id = -1; in bnxt_rx_queues_alloc()
740 &softc->vnic_info.mc_list, 0); in bnxt_rx_queues_alloc()
2396 softc->vnic_info.rss_hash_type = in bnxt_attach_pre()
2978 softc->vnic_info.rx_mask |= in bnxt_multi_set()
2982 softc->vnic_info.rx_mask &= in bnxt_multi_set()
2987 softc->vnic_info.rx_mask |= in bnxt_multi_set()
3199 softc->vnic_info.rx_mask |= in bnxt_promisc_set()
3202 softc->vnic_info.rx_mask &= in bnxt_promisc_set()
3206 softc->vnic_info.rx_mask |= in bnxt_promisc_set()
3210 softc->vnic_info.rx_mask &= in bnxt_promisc_set()
[all …]
H A Dbnxt_sysctl.c1286 bnxt_hwrm_rss_cfg(softc, &softc->vnic_info, in bnxt_rss_key_sysctl()
1287 softc->vnic_info.rss_hash_type); in bnxt_rss_key_sysctl()
1317 for (type = softc->vnic_info.rss_hash_type; type; in bnxt_rss_type_sysctl()
1322 if (type != softc->vnic_info.rss_hash_type) in bnxt_rss_type_sysctl()
1338 if (type != softc->vnic_info.rss_hash_type) { in bnxt_rss_type_sysctl()
1339 softc->vnic_info.rss_hash_type = type; in bnxt_rss_type_sysctl()
1341 bnxt_hwrm_rss_cfg(softc, &softc->vnic_info, in bnxt_rss_type_sysctl()
1342 softc->vnic_info.rss_hash_type); in bnxt_rss_type_sysctl()
1363 softc->vnic_info.flags |= BNXT_VNIC_FLAG_BD_STALL; in bnxt_rx_stall_sysctl()
1368 rc = bnxt_hwrm_vnic_cfg(softc, &softc->vnic_info); in bnxt_rx_stall_sysctl()
[all …]
H A Dbnxt_hwrm.c2026 struct bnxt_vnic_info *vnic = &softc->vnic_info; in bnxt_hwrm_free_filter()
2030 rc = bnxt_hwrm_l2_filter_free(softc, softc->vnic_info.filter_id); 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()
2210 if (softc->vnic_info.id == (uint16_t) HWRM_NA_SIGNATURE) { in bnxt_hwrm_vnic_tpa_cfg()
2241 req.vnic_id = htole16(softc->vnic_info.id); in bnxt_hwrm_vnic_tpa_cfg()
H A Dbnxt_ulp.c79 bnxt_hwrm_vnic_cfg(bp, &bp->vnic_info); in bnxt_register_dev()
H A Dbnxt.h1080 struct bnxt_vnic_info vnic_info; member