Lines Matching refs:ptt

1354 	struct qed_ptt *ptt;  in qed_dcbnl_setstate()  local
1366 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setstate()
1367 if (!ptt) in qed_dcbnl_setstate()
1370 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setstate()
1372 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setstate()
1458 struct qed_ptt *ptt; in qed_dcbnl_setpfccfg() local
1476 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setpfccfg()
1477 if (!ptt) in qed_dcbnl_setpfccfg()
1480 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setpfccfg()
1482 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setpfccfg()
1596 struct qed_ptt *ptt; in qed_dcbnl_setpgtccfgtx() local
1616 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setpgtccfgtx()
1617 if (!ptt) in qed_dcbnl_setpgtccfgtx()
1620 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setpgtccfgtx()
1622 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setpgtccfgtx()
1635 struct qed_ptt *ptt; in qed_dcbnl_setpgbwgcfgtx() local
1652 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setpgbwgcfgtx()
1653 if (!ptt) in qed_dcbnl_setpgbwgcfgtx()
1656 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setpgbwgcfgtx()
1658 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setpgbwgcfgtx()
1670 struct qed_ptt *ptt; in qed_dcbnl_setall() local
1678 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setall()
1679 if (!ptt) in qed_dcbnl_setall()
1682 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 1); in qed_dcbnl_setall()
1684 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setall()
1693 struct qed_ptt *ptt; in qed_dcbnl_setnumtcs() local
1716 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setnumtcs()
1717 if (!ptt) in qed_dcbnl_setnumtcs()
1720 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setnumtcs()
1722 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setnumtcs()
1731 struct qed_ptt *ptt; in qed_dcbnl_setpfcstate() local
1744 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setpfcstate()
1745 if (!ptt) in qed_dcbnl_setpfcstate()
1748 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setpfcstate()
1750 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setpfcstate()
1792 struct qed_ptt *ptt; in qed_dcbnl_setapp() local
1823 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setapp()
1824 if (!ptt) in qed_dcbnl_setapp()
1827 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setapp()
1829 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setapp()
1838 struct qed_ptt *ptt; in qed_dcbnl_setdcbx() local
1870 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setdcbx()
1871 if (!ptt) in qed_dcbnl_setdcbx()
1874 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setdcbx()
1876 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setdcbx()
1928 struct qed_ptt *ptt; in qed_dcbnl_setfeatcfg() local
1960 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setfeatcfg()
1961 if (!ptt) in qed_dcbnl_setfeatcfg()
1964 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setfeatcfg()
1966 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setfeatcfg()
2113 struct qed_ptt *ptt; in qed_dcbnl_ieee_setpfc() local
2139 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_ieee_setpfc()
2140 if (!ptt) in qed_dcbnl_ieee_setpfc()
2143 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_ieee_setpfc()
2145 qed_ptt_release(hwfn, ptt); in qed_dcbnl_ieee_setpfc()
2203 struct qed_ptt *ptt; in qed_dcbnl_ieee_setets() local
2234 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_ieee_setets()
2235 if (!ptt) in qed_dcbnl_ieee_setets()
2238 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_ieee_setets()
2240 qed_ptt_release(hwfn, ptt); in qed_dcbnl_ieee_setets()
2336 struct qed_ptt *ptt; in qed_dcbnl_ieee_setapp() local
2392 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_ieee_setapp()
2393 if (!ptt) in qed_dcbnl_ieee_setapp()
2396 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_ieee_setapp()
2398 qed_ptt_release(hwfn, ptt); in qed_dcbnl_ieee_setapp()