Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c389 kernel_ring->cqe_size = pfvf->hw.xqe_size; in otx2_get_ringparam()
400 u32 xqe_size = kernel_ring->cqe_size; in otx2_set_ringparam() local
417 if (xqe_size != 128 && xqe_size != 512) { in otx2_set_ringparam()
441 rx_buf_len == old_rx_buf_len && xqe_size == pfvf->hw.xqe_size) in otx2_set_ringparam()
452 pfvf->hw.xqe_size = xqe_size; in otx2_set_ringparam()
Dotx2_txrx.h152 u16 xqe_size; member
Dotx2_common.c1018 cq->cqe_size = pfvf->qset.xqe_size; in otx2_cq_init()
1146 pfvf->qset.xqe_size = pfvf->hw.xqe_size; in otx2_config_nix()
1159 nixlf->xqe_sz = pfvf->hw.xqe_size == 128 ? NIX_XQESZ_W16 : NIX_XQESZ_W64; in otx2_config_nix()
Dotx2_vf.c588 hw->xqe_size = 128; in otx2vf_probe()
Dotx2_common.h218 u32 xqe_size; member
Dotx2_pf.c2931 hw->xqe_size = 128; in otx2_probe()