Searched refs:q_handle (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/sys/contrib/alpine-hal/ |
| HD | al_hal_udma_main.c | 441 struct al_udma_q **q_handle) in al_udma_q_handle_get() argument 445 al_assert(q_handle); in al_udma_q_handle_get() 451 *q_handle = &udma->udma_q[qid]; in al_udma_q_handle_get()
|
| HD | al_hal_udma.h | 373 struct al_udma_q **q_handle);
|
| /freebsd-13-stable/sys/dev/ice/ |
| HD | ice_common.h | 283 u16 *q_handle, u16 *q_ids, u32 *q_teids, 290 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, 298 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
|
| HD | ice_sched.h | 209 u16 q_handle, enum ice_rl_type rl_type, u32 bw); 212 u16 q_handle, enum ice_rl_type rl_type);
|
| HD | ice_iflib.h | 155 u16 q_handle; member
|
| HD | ice_common.c | 5055 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() argument 5063 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx() 5068 return &q_ctx[q_handle]; in ice_get_lan_q_ctx() 5085 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_txq() argument 5108 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq() 5111 q_handle); in ice_ena_vsi_txq() 5161 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq() 5236 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq() 5238 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq() 5250 q_ctx->q_handle = ICE_INVAL_Q_HANDLE; in ice_dis_vsi_txq()
|
| HD | ice_sched.c | 4603 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_sched_set_q_bw_lmt() argument 4612 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt() 4666 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_cfg_q_bw_lmt() argument 4668 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_lmt() 4684 u16 q_handle, enum ice_rl_type rl_type) in ice_cfg_q_bw_dflt_lmt() argument 4686 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_dflt_lmt()
|
| HD | ice_type.h | 848 u16 q_handle; member
|
| HD | if_ice_iflib.c | 1083 txq->me = txq->q_handle = i; in ice_if_tx_queues_alloc() 3926 txq->me = txq->q_handle = i; in ice_subif_if_tx_queues_alloc()
|
| HD | ice_lib.c | 1619 txq->q_handle, 1, qg, qg_size, NULL); in ice_cfg_vsi_for_tx() 1623 i, txq->tc, txq->q_handle, in ice_cfg_vsi_for_tx() 6896 q_handles[buf_idx] = txq->q_handle; in ice_vsi_disable_tx() 8637 vsi->tx_queues[j].q_handle = k; in ice_vsi_setup_q_map()
|