Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c386 kernel_ring->cqe_size = pfvf->hw.xqe_size; in otx2_get_ringparam()
397 u32 xqe_size = kernel_ring->cqe_size; in otx2_set_ringparam() local
414 if (xqe_size != 128 && xqe_size != 512) { in otx2_set_ringparam()
438 rx_buf_len == old_rx_buf_len && xqe_size == pfvf->hw.xqe_size) in otx2_set_ringparam()
449 pfvf->hw.xqe_size = xqe_size; in otx2_set_ringparam()
Dotx2_txrx.h149 u16 xqe_size; member
Dotx2_common.c1013 cq->cqe_size = pfvf->qset.xqe_size; in otx2_cq_init()
1141 pfvf->qset.xqe_size = pfvf->hw.xqe_size; in otx2_config_nix()
1154 nixlf->xqe_sz = pfvf->hw.xqe_size == 128 ? NIX_XQESZ_W16 : NIX_XQESZ_W64; in otx2_config_nix()
Dotx2_vf.c573 hw->xqe_size = 128; in otx2vf_probe()
Dotx2_common.h218 u32 xqe_size; member
Dotx2_pf.c2837 hw->xqe_size = 128; in otx2_probe()