Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c339 struct qm_rf_pq_map tx_pq_map; in qed_tx_pq_map_rt_init() local
360 memset(&tx_pq_map, 0, sizeof(tx_pq_map)); in qed_tx_pq_map_rt_init()
361 SET_FIELD(tx_pq_map.reg, QM_RF_PQ_MAP_PQ_VALID, 1); in qed_tx_pq_map_rt_init()
362 SET_FIELD(tx_pq_map.reg, QM_RF_PQ_MAP_RL_VALID, in qed_tx_pq_map_rt_init()
364 SET_FIELD(tx_pq_map.reg, QM_RF_PQ_MAP_VP_PQ_ID, first_tx_pq_id); in qed_tx_pq_map_rt_init()
365 SET_FIELD(tx_pq_map.reg, QM_RF_PQ_MAP_RL_ID, in qed_tx_pq_map_rt_init()
367 SET_FIELD(tx_pq_map.reg, QM_RF_PQ_MAP_VOQ, voq); in qed_tx_pq_map_rt_init()
368 SET_FIELD(tx_pq_map.reg, QM_RF_PQ_MAP_WRR_WEIGHT_GROUP, in qed_tx_pq_map_rt_init()
372 *((u32 *)&tx_pq_map)); in qed_tx_pq_map_rt_init()