Searched refs:qed_dcbx_get_config_params (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1264 int qed_dcbx_get_config_params(struct qed_hwfn *p_hwfn, in qed_dcbx_get_config_params() function 1359 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setstate() 1468 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setpfccfg() 1608 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setpgtccfgtx() 1644 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setpgbwgcfgtx() 1673 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setall() 1697 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setnumtcs() 1736 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setpfcstate() 1796 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setapp() 1849 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setdcbx() [all …]
|
D | qed_dcbx.h | 111 int qed_dcbx_get_config_params(struct qed_hwfn *, struct qed_dcbx_set *);
|