Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bnxt/
HDif_bnxt.c687 &softc->vnic_info.rss_grp_tbl, 0); in bnxt_rx_queues_alloc()
690 bus_dmamap_sync(softc->vnic_info.rss_grp_tbl.idi_tag, in bnxt_rx_queues_alloc()
691 softc->vnic_info.rss_grp_tbl.idi_map, in bnxt_rx_queues_alloc()
693 memset(softc->vnic_info.rss_grp_tbl.idi_vaddr, 0xff, in bnxt_rx_queues_alloc()
694 softc->vnic_info.rss_grp_tbl.idi_size); in bnxt_rx_queues_alloc()
1638 iflib_dma_free(&softc->vnic_info.rss_grp_tbl); in bnxt_detach()
1766 uint16_t *rgt = (uint16_t *) softc->vnic_info.rss_grp_tbl.idi_vaddr; in bnxt_rss_grp_tbl_init()
3193 memset(softc->vnic_info.rss_grp_tbl.idi_vaddr, 0xff, in bnxt_clear_ids()
3194 softc->vnic_info.rss_grp_tbl.idi_size); in bnxt_clear_ids()
HDbnxt.h425 struct iflib_dma_info rss_grp_tbl; member
HDbnxt_hwrm.c1554 req.ring_grp_tbl_addr = htole64(vnic->rss_grp_tbl.idi_paddr); in bnxt_hwrm_rss_cfg()