Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c1180 hns3_qs_bp_cfg(struct hns3_hw *hw, uint8_t tc, uint8_t grp_id, uint32_t bit_map) in hns3_qs_bp_cfg() argument
1191 bp_to_qs_map_cmd->qs_bit_map = rte_cpu_to_le_32(bit_map); in hns3_qs_bp_cfg()
1450 uint8_t bit_map = 0; in hns3_dcb_info_update() local
1472 bit_map |= BIT(i); in hns3_dcb_info_update()
1474 if (!bit_map) { in hns3_dcb_info_update()
1475 bit_map = 1; in hns3_dcb_info_update()
1478 hw->hw_tc_map = bit_map; in hns3_dcb_info_update()