Searched refs:iscsi_app (Results 1 – 2 of 2) sorted by relevance
585 struct dcb_app_type *iscsi_app; in cxgbit_dcb_workfn() local589 iscsi_app = &dcb_work->dcb_app; in cxgbit_dcb_workfn()591 if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) { in cxgbit_dcb_workfn()592 if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) && in cxgbit_dcb_workfn()593 (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY)) in cxgbit_dcb_workfn()596 priority = iscsi_app->app.priority; in cxgbit_dcb_workfn()598 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgbit_dcb_workfn()599 if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM) in cxgbit_dcb_workfn()602 if (!iscsi_app->app.priority) in cxgbit_dcb_workfn()605 priority = ffs(iscsi_app->app.priority) - 1; in cxgbit_dcb_workfn()[all …]
2262 struct dcb_app_type *iscsi_app = data; in cxgb4_dcb_change_notify() local2266 if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) { in cxgb4_dcb_change_notify()2267 if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) && in cxgb4_dcb_change_notify()2268 (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY)) in cxgb4_dcb_change_notify()2271 priority = iscsi_app->app.priority; in cxgb4_dcb_change_notify()2272 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgb4_dcb_change_notify()2273 if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM) in cxgb4_dcb_change_notify()2276 if (!iscsi_app->app.priority) in cxgb4_dcb_change_notify()2279 priority = ffs(iscsi_app->app.priority) - 1; in cxgb4_dcb_change_notify()2284 if (iscsi_app->app.protocol != 3260) in cxgb4_dcb_change_notify()[all …]