Home
last modified time | relevance | path

Searched refs:rss_grp_tbl (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c759 &softc->vnic_info.rss_grp_tbl, 0); in bnxt_rx_queues_alloc()
762 bus_dmamap_sync(softc->vnic_info.rss_grp_tbl.idi_tag, in bnxt_rx_queues_alloc()
763 softc->vnic_info.rss_grp_tbl.idi_map, in bnxt_rx_queues_alloc()
765 memset(softc->vnic_info.rss_grp_tbl.idi_vaddr, 0xff, in bnxt_rx_queues_alloc()
766 softc->vnic_info.rss_grp_tbl.idi_size); in bnxt_rx_queues_alloc()
2524 iflib_dma_free(&softc->vnic_info.rss_grp_tbl); in bnxt_detach()
2657 uint16_t *rgt = (uint16_t *) softc->vnic_info.rss_grp_tbl.idi_vaddr; in bnxt_rss_grp_tbl_init()
4384 memset(softc->vnic_info.rss_grp_tbl.idi_vaddr, 0xff, in bnxt_clear_ids()
4385 softc->vnic_info.rss_grp_tbl.idi_size); in bnxt_clear_ids()
H A Dbnxt.h545 struct iflib_dma_info rss_grp_tbl; member
H A Dbnxt_hwrm.c2127 req.ring_grp_tbl_addr = htole64(vnic->rss_grp_tbl.idi_paddr); in bnxt_hwrm_rss_cfg()