Home
last modified time | relevance | path

Searched refs:phys_id (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/bnxt/
HDif_bnxt.c380 softc->tx_cp_rings[i].ring.phys_id = in bnxt_tx_queues_alloc()
393 softc->tx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_tx_queues_alloc()
519 softc->rx_cp_rings[i].ring.phys_id = in bnxt_rx_queues_alloc()
534 softc->rx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_rx_queues_alloc()
554 softc->ag_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_rx_queues_alloc()
566 softc->grp_info[i].rx_ring_id = softc->rx_rings[i].phys_id; in bnxt_rx_queues_alloc()
567 softc->grp_info[i].ag_ring_id = softc->ag_rings[i].phys_id; in bnxt_rx_queues_alloc()
569 softc->rx_cp_rings[i].ring.phys_id; in bnxt_rx_queues_alloc()
871 softc->def_cp_ring.ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_attach_pre()
1087 softc->grp_info[i].rx_ring_id = softc->rx_rings[i].phys_id; in bnxt_init()
[all …]
HDbnxt_hwrm.c763 if (ring->phys_id != (uint16_t)HWRM_NA_SIGNATURE) { in bnxt_hwrm_ring_alloc()
765 "Attempt to re-allocate ring %04x\n", ring->phys_id); in bnxt_hwrm_ring_alloc()
799 ring->phys_id = le16toh(resp->ring_id); in bnxt_hwrm_ring_alloc()
981 req.async_event_cr = htole16(softc->def_cp_ring.ring.phys_id); in bnxt_cfg_async_cr()
991 req.async_event_cr = htole16(softc->def_cp_ring.ring.phys_id); in bnxt_cfg_async_cr()
HDbnxt.h471 uint16_t phys_id; member
/freebsd-11-stable/sys/xen/interface/
HDvcpu.h195 uint64_t phys_id; member
/freebsd-11-stable/sys/dev/ixl/
HDi40e_common.c3673 u32 number, logical_id, phys_id; in i40e_parse_discover_capabilities() local
3693 phys_id = LE32_TO_CPU(cap->phys_id); in i40e_parse_discover_capabilities()
3779 p->maxtc = phys_id; in i40e_parse_discover_capabilities()
3816 p->base_queue = phys_id; in i40e_parse_discover_capabilities()
3825 p->base_queue = phys_id; in i40e_parse_discover_capabilities()
3858 p->flex10_status = phys_id; in i40e_parse_discover_capabilities()
3879 if (phys_id < I40E_HW_CAP_MAX_GPIO) in i40e_parse_discover_capabilities()
3880 p->led[phys_id] = TRUE; in i40e_parse_discover_capabilities()
3882 "HW Capability: LED - PIN %d\n", phys_id); in i40e_parse_discover_capabilities()
3885 if (phys_id < I40E_HW_CAP_MAX_GPIO) in i40e_parse_discover_capabilities()
[all …]
HDi40e_adminq_cmd.h431 __le32 phys_id; member