Home
last modified time | relevance | path

Searched refs:is_otx2_sdp_rep (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c319 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) in otx2_get_pauseparam()
351 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) in otx2_set_pauseparam()
966 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) in otx2_get_link()
1440 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) { in otx2vf_get_link_ksettings()
H A Dotx2_common.c268 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) in otx2_config_pause_frm()
663 if (is_otx2_sdp_rep(pfvf->pdev)) in otx2_txschq_config()
671 if (is_otx2_sdp_rep(pfvf->pdev)) { in otx2_txschq_config()
685 !is_otx2_sdp_rep(pfvf->pdev)) { in otx2_txschq_config()
703 !is_otx2_sdp_rep(pfvf->pdev)) { in otx2_txschq_config()
776 if (is_otx2_sdp_rep(pfvf->pdev) && chan_cnt > 1) { in otx2_txsch_alloc()
H A Dotx2_common.h590 static inline bool is_otx2_sdp_rep(struct pci_dev *pdev) in is_otx2_sdp_rep() function