Searched refs:is_otx2_sdp_rep (Results 1 – 3 of 3) sorted by relevance
319 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()
268 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()
590 static inline bool is_otx2_sdp_rep(struct pci_dev *pdev) in is_otx2_sdp_rep() function