Searched refs:q_map (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | mvneta.c | 585 u32 q_map; in mvneta_port_up() local 589 q_map = 0; in mvneta_port_up() 593 q_map |= (1 << queue); in mvneta_port_up() 595 mvreg_write(pp, MVNETA_TXQ_CMD, q_map); in mvneta_port_up() 598 q_map = 0; in mvneta_port_up() 602 q_map |= (1 << queue); in mvneta_port_up() 604 mvreg_write(pp, MVNETA_RXQ_CMD, q_map); in mvneta_port_up()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_virtchnl_pf.c | 2598 unsigned long q_map; in ice_vc_ena_qs_msg() local 2626 q_map = vqs->rx_queues; in ice_vc_ena_qs_msg() 2627 for_each_set_bit(vf_q_id, &q_map, ICE_MAX_RSS_QS_PER_VF) { in ice_vc_ena_qs_msg() 2649 q_map = vqs->tx_queues; in ice_vc_ena_qs_msg() 2650 for_each_set_bit(vf_q_id, &q_map, ICE_MAX_RSS_QS_PER_VF) { in ice_vc_ena_qs_msg() 2689 unsigned long q_map; in ice_vc_dis_qs_msg() local 2715 q_map = vqs->tx_queues; in ice_vc_dis_qs_msg() 2717 for_each_set_bit(vf_q_id, &q_map, ICE_MAX_RSS_QS_PER_VF) { in ice_vc_dis_qs_msg() 2745 q_map = vqs->rx_queues; in ice_vc_dis_qs_msg() 2747 if (q_map && in ice_vc_dis_qs_msg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | pci.c | 878 u16 q_map; in rtw_pci_tx_isr() local 910 q_map = skb_get_queue_mapping(skb); in rtw_pci_tx_isr() 911 ieee80211_wake_queue(hw, q_map); in rtw_pci_tx_isr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 1215 u32 q_map; in mvneta_port_up() local 1218 q_map = 0; in mvneta_port_up() 1222 q_map |= (1 << queue); in mvneta_port_up() 1224 mvreg_write(pp, MVNETA_TXQ_CMD, q_map); in mvneta_port_up() 1226 q_map = 0; in mvneta_port_up() 1232 q_map |= (1 << queue); in mvneta_port_up() 1234 mvreg_write(pp, MVNETA_RXQ_CMD, q_map); in mvneta_port_up()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.c | 2452 static int i40e_ctrl_vf_tx_rings(struct i40e_vsi *vsi, unsigned long q_map, in i40e_ctrl_vf_tx_rings() argument 2459 for_each_set_bit(q_id, &q_map, I40E_MAX_VF_QUEUES) { in i40e_ctrl_vf_tx_rings() 2475 static int i40e_ctrl_vf_rx_rings(struct i40e_vsi *vsi, unsigned long q_map, in i40e_ctrl_vf_rx_rings() argument 2482 for_each_set_bit(q_id, &q_map, I40E_MAX_VF_QUEUES) { in i40e_ctrl_vf_rx_rings()
|