Searched refs:iscsi_app (Results 1 – 2 of 2) sorted by relevance
592 struct dcb_app_type *iscsi_app; in cxgbit_dcb_workfn() local596 iscsi_app = &dcb_work->dcb_app; in cxgbit_dcb_workfn()598 if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) { in cxgbit_dcb_workfn()599 if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) && in cxgbit_dcb_workfn()600 (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY)) in cxgbit_dcb_workfn()603 priority = iscsi_app->app.priority; in cxgbit_dcb_workfn()605 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgbit_dcb_workfn()606 if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM) in cxgbit_dcb_workfn()609 if (!iscsi_app->app.priority) in cxgbit_dcb_workfn()612 priority = ffs(iscsi_app->app.priority) - 1; in cxgbit_dcb_workfn()[all …]
2387 struct dcb_app_type *iscsi_app = data; in cxgb4_dcb_change_notify() local2391 if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) { in cxgb4_dcb_change_notify()2392 if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) && in cxgb4_dcb_change_notify()2393 (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY)) in cxgb4_dcb_change_notify()2396 priority = iscsi_app->app.priority; in cxgb4_dcb_change_notify()2397 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgb4_dcb_change_notify()2398 if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM) in cxgb4_dcb_change_notify()2401 if (!iscsi_app->app.priority) in cxgb4_dcb_change_notify()2404 priority = ffs(iscsi_app->app.priority) - 1; in cxgb4_dcb_change_notify()2409 if (iscsi_app->app.protocol != 3260) in cxgb4_dcb_change_notify()[all …]