Home
last modified time | relevance | path

Searched refs:intf_type (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/net/
H A Dmdio.c48 int intf_type, int phyaddr, int regidx) in nlm_int_gmac_mdio_read() argument
67 NAE_REG(block, intf_type, (INT_MDIO_CTRL + bus*4)), in nlm_int_gmac_mdio_read()
72 NAE_REG(block, intf_type, (INT_MDIO_CTRL + bus * 4)), in nlm_int_gmac_mdio_read()
98 int intf_type, int phyaddr, int regidx, uint16_t val) in nlm_int_gmac_mdio_write() argument
117 NAE_REG(block, intf_type, (INT_MDIO_CTRL + bus*4)), in nlm_int_gmac_mdio_write()
149 int intf_type) in nlm_int_gmac_mdio_reset() argument
181 int intf_type, int phyaddr, int regidx) in nlm_gmac_mdio_read() argument
193 NAE_REG(block, intf_type, in nlm_gmac_mdio_read()
254 NAE_REG(block, intf_type, in nlm_gmac_mdio_write()
283 NAE_REG(block, intf_type, in nlm_gmac_mdio_write()
[all …]
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1859 enum bnxt_ulp_intf_type intf_type; in ulp_rte_pf_act_handler() local
1872 intf_type = ulp_port_db_port_type_get(params->ulp_ctx, ifindex); in ulp_rte_pf_act_handler()
1873 if (intf_type != BNXT_ULP_INTF_TYPE_PF) { in ulp_rte_pf_act_handler()
1889 enum bnxt_ulp_intf_type intf_type; in ulp_rte_vf_act_handler() local
1908 intf_type = ulp_port_db_port_type_get(params->ulp_ctx, ifindex); in ulp_rte_vf_act_handler()
1909 if (intf_type != BNXT_ULP_INTF_TYPE_VF && in ulp_rte_vf_act_handler()
1910 intf_type != BNXT_ULP_INTF_TYPE_TRUSTED_VF) { in ulp_rte_vf_act_handler()
1927 enum bnxt_ulp_intf_type intf_type; in ulp_rte_port_id_act_handler() local
1948 intf_type = ulp_port_db_port_type_get(param->ulp_ctx, ifindex); in ulp_rte_port_id_act_handler()
1949 if (!intf_type) { in ulp_rte_port_id_act_handler()
[all …]