Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dselq.c20 bool is_ptp : 1; member
49 .is_ptp = false, in mlx5e_selq_init()
90 selq->standby->is_ptp = MLX5E_GET_PFLAG(params, MLX5E_PFLAG_TX_PORT_TS); in mlx5e_selq_prepare_params()
234 if (unlikely(selq->is_ptp && mlx5e_use_ptpsq(skb))) in mlx5e_select_queue()
H A Dqos.c47 bool is_ptp = MLX5E_GET_PFLAG(&chs->params, MLX5E_PFLAG_TX_PORT_TS); in mlx5e_qid_from_qos() local
49 return (chs->params.num_channels + is_ptp) * mlx5e_get_dcb_num_tc(&chs->params) + qid; in mlx5e_qid_from_qos()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.h68 bool is_ptp; member
H A Daq_nic.c120 cfg->is_ptp = true; in aq_nic_cfg_start()
452 if (aq_nic_get_cfg(self)->is_ptp) { in aq_nic_init()
1628 cfg->is_ptp = (cfg->tcs <= AQ_HW_PTP_TC); in aq_nic_setup_tc_mqprio()
1629 if (!cfg->is_ptp) in aq_nic_setup_tc_mqprio()