Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c476 softc->tx_cp_rings[i].ring.phys_id = in bnxt_tx_queues_alloc()
490 softc->tx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_tx_queues_alloc()
506 softc->nq_rings[i].ring.phys_id = in bnxt_tx_queues_alloc()
665 softc->rx_cp_rings[i].ring.phys_id = in bnxt_rx_queues_alloc()
681 softc->rx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_rx_queues_alloc()
702 softc->ag_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_rx_queues_alloc()
716 softc->grp_info[i].rx_ring_id = softc->rx_rings[i].phys_id; in bnxt_rx_queues_alloc()
717 softc->grp_info[i].ag_ring_id = softc->ag_rings[i].phys_id; in bnxt_rx_queues_alloc()
719 softc->rx_cp_rings[i].ring.phys_id; in bnxt_rx_queues_alloc()
1264 ((uint64_t)ring->phys_id << DBR_XID_SFT))); in bnxt_thor_db_rx()
[all …]
H A Dbnxt_hwrm.c1449 htole16(softc->rx_rings[0].phys_id); in bnxt_hwrm_vnic_cfg()
1451 htole16(softc->rx_cp_rings[0].ring.phys_id); in bnxt_hwrm_vnic_cfg()
1643 if (ring->phys_id == (uint16_t)HWRM_NA_SIGNATURE) in bnxt_hwrm_ring_free()
1650 req.ring_id = htole16(ring->phys_id); in bnxt_hwrm_ring_free()
1680 if (ring->phys_id != (uint16_t)HWRM_NA_SIGNATURE) { in bnxt_hwrm_ring_alloc()
1682 "Attempt to re-allocate ring %04x\n", ring->phys_id); in bnxt_hwrm_ring_alloc()
1699 req.cmpl_ring_id = htole16(cp_ring->ring.phys_id); in bnxt_hwrm_ring_alloc()
1727 req.rx_ring_id = htole16(softc->rx_rings[idx].phys_id); in bnxt_hwrm_ring_alloc()
1742 req.nq_ring_id = htole16(softc->nq_rings[idx].ring.phys_id); in bnxt_hwrm_ring_alloc()
1760 ring->phys_id = le16toh(resp->ring_id); in bnxt_hwrm_ring_alloc()
[all …]
H A Dbnxt.h565 uint16_t phys_id; member
/freebsd/sys/contrib/xen/
H A Dvcpu.h203 uint64_t phys_id; member
/freebsd/sys/dev/ice/
H A Dice_common.c2488 u32 phys_id = LE32_TO_CPU(elem->phys_id); in ice_parse_common_caps()
2536 caps->maxtc = phys_id;
2556 caps->rxq_first_id = phys_id; in ice_recalc_port_limited_caps()
2564 caps->txq_first_id = phys_id;
2572 caps->msix_vector_first_id = phys_id; in ice_parse_vf_func_caps()
2615 if (phys_id < ICE_MAX_SUPPORTED_GPIO_LED) {
2616 caps->led[phys_id] = true;
2618 ice_debug(hw, ICE_DBG_INIT, "%s: led[%u] = 1\n", prefix, phys_id); in ice_parse_func_caps()
2622 if (phys_id < ICE_MAX_SUPPORTED_GPIO_SD in ice_parse_func_caps()
2289 u32 phys_id = LE32_TO_CPU(elem->phys_id); ice_parse_common_caps() local
[all...]
H A Dice_adminq_cmd.h198 __le32 phys_id;
195 __le32 phys_id; global() member
/freebsd/sys/dev/ixl/
H A Di40e_common.c3804 u32 number, logical_id, phys_id; in i40e_parse_discover_capabilities() local
3824 phys_id = LE32_TO_CPU(cap->phys_id); in i40e_parse_discover_capabilities()
3910 p->maxtc = phys_id; in i40e_parse_discover_capabilities()
3947 p->base_queue = phys_id; in i40e_parse_discover_capabilities()
3956 p->base_queue = phys_id; in i40e_parse_discover_capabilities()
3989 p->flex10_status = phys_id; in i40e_parse_discover_capabilities()
4010 if (phys_id < I40E_HW_CAP_MAX_GPIO) in i40e_parse_discover_capabilities()
4011 p->led[phys_id] = TRUE; in i40e_parse_discover_capabilities()
4013 "HW Capability: LED - PIN %d\n", phys_id); in i40e_parse_discover_capabilities()
4016 if (phys_id < I40E_HW_CAP_MAX_GPIO) in i40e_parse_discover_capabilities()
[all …]
H A Di40e_adminq_cmd.h436 __le32 phys_id; member
/freebsd/sys/dev/enic/
H A Denic.h376 uint16_t phys_id; member