Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_device.c72 .num_txqs = DEF_TXQS_PER_INTF,
101 .num_txqs = DEF_TXQS_PER_INTF,
180 .num_txqs = DEF_TXQS_PER_INTF,
209 .num_txqs = DEF_TXQS_PER_INTF,
238 .num_txqs = DEF_TXQS_PER_INTF,
267 .num_txqs = DEF_TXQS_PER_INTF,
346 .num_txqs = DEF_TXQS_PER_INTF,
375 .num_txqs = DEF_TXQS_PER_INTF,
449 .num_txqs = DEF_TXQS_PER_INTF,
478 .num_txqs = DEF_TXQS_PER_INTF,
Docteon_config.h149 ((cfg)->nic_if_cfg[idx].num_txqs)
341 u64 num_txqs:16; member
350 u64 num_txqs:16;
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h44 u8 num_txqs; member
235 u8 num_txqs; member
319 u8 num_txqs; member
794 void qed_vf_get_num_txqs(struct qed_hwfn *p_hwfn, u8 *num_txqs);
1086 static inline void qed_vf_get_num_txqs(struct qed_hwfn *p_hwfn, u8 *num_txqs) in qed_vf_get_num_txqs() argument
Dqed_vf.c238 p_resp->num_txqs, in qed_vf_pf_acquire_reduce_resc()
249 p_req->num_txqs = p_resp->num_txqs; in qed_vf_pf_acquire_reduce_resc()
276 p_resc->num_txqs = QED_MAX_VF_CHAINS_PER_PF; in qed_vf_pf_acquire()
396 resp->resc.num_cids = resp->resc.num_rxqs + resp->resc.num_txqs; in qed_vf_pf_acquire()
907 req->num_txqs = 1; in qed_vf_pf_txq_stop()
1581 void qed_vf_get_num_txqs(struct qed_hwfn *p_hwfn, u8 *num_txqs) in qed_vf_get_num_txqs() argument
1583 *num_txqs = p_hwfn->vf_iov_info->acquire_resp.resc.num_txqs; in qed_vf_get_num_txqs()
Dqed_sriov.h218 u8 num_txqs; member
Dqed_sriov.c270 if (tx_qid >= p_vf->num_txqs) { in qed_iov_validate_txq()
274 p_vf->abs_vf_id, tx_qid, p_vf->num_txqs); in qed_iov_validate_txq()
317 for (i = 0; i < p_vf->num_txqs; i++) in qed_iov_validate_active_txq()
1069 vf->num_txqs = num_of_vf_avaiable_chains; in qed_iov_init_hw_for_vf()
1144 vf->num_txqs = 0; in qed_iov_release_hw_for_vf()
1375 p_vf->num_txqs = p_vf->num_sbs; in qed_iov_vf_cleanup()
1461 p_resp->num_txqs = p_vf->num_txqs; in qed_iov_vf_mbx_acquire_resc()
1493 p_resp->num_txqs < p_req->num_txqs || in qed_iov_vf_mbx_acquire_resc()
1506 p_resp->num_txqs, in qed_iov_vf_mbx_acquire_resc()
1690 resc->num_txqs, in qed_iov_vf_mbx_acquire()
[all …]
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h32 u8 num_txqs; member
201 u8 num_txqs; member
Dbnx2x_vfpf.c248 req->resc_request.num_txqs = tx_count; in bnx2x_vfpf_acquire()
305 req->resc_request.num_txqs = in bnx2x_vfpf_acquire()
306 min(req->resc_request.num_txqs, in bnx2x_vfpf_acquire()
307 bp->acquire_resp.resc.num_txqs); in bnx2x_vfpf_acquire()
1286 resc->num_txqs = vf_txq_count(vf) ? : in bnx2x_vf_mbx_acquire_resp()
1323 resc->num_txqs, in bnx2x_vf_mbx_acquire_resp()
1410 acquire->resc_request.num_rxqs, acquire->resc_request.num_txqs, in bnx2x_vf_mbx_acquire()
Dbnx2x_sriov.h164 #define vf_txq_count(vf) ((vf)->alloc_resc.num_txqs)
Dbnx2x_sriov.c840 resc->num_txqs = 0; in bnx2x_iov_static_resc()
2010 (req_resc->num_txqs <= txq_cnt) && in bnx2x_vf_chk_avail_resc()
2066 vf_txq_count(vf) = resc->num_txqs ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_acquire()
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c262 int err, i, j, num_txqs = hinic_hwdev_num_qps(nic_dev->hwdev); in create_txqs() local
269 txq_size = num_txqs * sizeof(*nic_dev->txqs); in create_txqs()
274 for (i = 0; i < num_txqs; i++) { in create_txqs()
301 int i, num_txqs = hinic_hwdev_num_qps(nic_dev->hwdev); in free_txqs() local
307 for (i = 0; i < num_txqs; i++) in free_txqs()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_common.c1803 sum_q_size += list->num_txqs * sizeof(*q); in ice_aq_add_lan_txq()
1804 list = (struct ice_aqc_add_tx_qgrp *)(q + list->num_txqs); in ice_aq_add_lan_txq()
2113 if (num_qgrps > 1 || buf->num_txqs > 1) in ice_ena_vsi_txq()
Dice_adminq_cmd.h1153 u8 num_txqs; member
Dice_main.c3942 qg_buf->num_txqs = 1; in ice_vsi_cfg_txqs()
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbnad.c1519 int num_txqs) in bnad_tx_msix_unregister() argument
1524 for (i = 0; i < num_txqs; i++) { in bnad_tx_msix_unregister()
1538 u32 tx_id, int num_txqs) in bnad_tx_msix_register() argument
1544 for (i = 0; i < num_txqs; i++) { in bnad_tx_msix_register()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c2870 int num_txqs = priv->channels.num * priv->channels.params.num_tc; in mlx5e_activate_priv_channels() local
2874 netif_set_real_num_tx_queues(netdev, num_txqs); in mlx5e_activate_priv_channels()