Searched refs:is_otx2_sdp_rep (Results 1 – 4 of 4) sorted by relevance
376 if (is_otx2_lbkvf(vf->pdev) || is_otx2_sdp_rep(vf->pdev)) { in otx2vf_open()688 if (is_otx2_sdp_rep(vf->pdev)) { in otx2vf_probe()733 if (!(is_otx2_lbkvf(vf->pdev) || is_otx2_sdp_rep(vf->pdev))) { in otx2vf_probe()
318 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) in otx2_get_pauseparam()350 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) in otx2_set_pauseparam()945 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) in otx2_get_link()1416 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) { in otx2vf_get_link_ksettings()
266 if (is_otx2_lbkvf(pfvf->pdev) || is_otx2_sdp_rep(pfvf->pdev)) in otx2_config_pause_frm()670 if (is_otx2_sdp_rep(pfvf->pdev)) in otx2_txschq_config()678 if (is_otx2_sdp_rep(pfvf->pdev)) { in otx2_txschq_config()692 !is_otx2_sdp_rep(pfvf->pdev)) { in otx2_txschq_config()710 !is_otx2_sdp_rep(pfvf->pdev)) { in otx2_txschq_config()783 if (is_otx2_sdp_rep(pfvf->pdev) && chan_cnt > 1) { in otx2_txsch_alloc()
564 static inline bool is_otx2_sdp_rep(struct pci_dev *pdev) in is_otx2_sdp_rep() function