Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c461 u8 pri_map; in qed_dcbx_get_app_data() local
505 pri_map = QED_MFW_GET_FIELD(p_tbl[i].entry, DCBX_APP_PRI_MAP); in qed_dcbx_get_app_data()
506 entry->prio = ffs(pri_map) - 1; in qed_dcbx_get_app_data()
551 u32 pri_map; in qed_dcbx_get_ets_data() local
579 pri_map = p_ets->pri_tc_tbl[0]; in qed_dcbx_get_ets_data()
584 p_params->ets_pri_tc_tbl[i] = QED_DCBX_PRIO2TC(pri_map, i); in qed_dcbx_get_ets_data()
1759 u8 idtype, u16 idval, u8 pri_map) in qed_dcbnl_setapp() argument
1793 dcbx_set.config.params.app_entry[i].prio = pri_map; in qed_dcbnl_setapp()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1147 struct hclge_qos_pri_map_cmd *pri_map; in hclge_dbg_dump_qos_pri_map() local
1162 pri_map = (struct hclge_qos_pri_map_cmd *)desc.data; in hclge_dbg_dump_qos_pri_map()
1165 pri_map->vlan_pri); in hclge_dbg_dump_qos_pri_map()
1168 pri_tc = (u8 *)pri_map; in hclge_dbg_dump_qos_pri_map()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c344 u32 val, pri_map; in am65_cpsw_nuss_set_p0_ptype() local
354 pri_map = 0x0; in am65_cpsw_nuss_set_p0_ptype()
358 pri_map = 0x76543210; in am65_cpsw_nuss_set_p0_ptype()
361 writel(pri_map, host_p->port_base + AM65_CPSW_PORT_REG_RX_PRI_MAP); in am65_cpsw_nuss_set_p0_ptype()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h946 u16 pri_map; member
H A Dbnx2x_sp.c4876 rx_data->rx_cos_mask = cpu_to_le16(params->pri_map); in bnx2x_q_fill_init_pause_data()
H A Dbnx2x_main.c3234 pause->pri_map = 1; in bnx2x_pf_rx_q_prep()