Home
last modified time | relevance | path

Searched refs:iscsi_app (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c585 struct dcb_app_type *iscsi_app; in cxgbit_dcb_workfn() local
589 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 …]
/Linux-v5.10/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c2385 struct dcb_app_type *iscsi_app = data; in cxgb4_dcb_change_notify() local
2389 if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) { in cxgb4_dcb_change_notify()
2390 if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) && in cxgb4_dcb_change_notify()
2391 (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY)) in cxgb4_dcb_change_notify()
2394 priority = iscsi_app->app.priority; in cxgb4_dcb_change_notify()
2395 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgb4_dcb_change_notify()
2396 if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM) in cxgb4_dcb_change_notify()
2399 if (!iscsi_app->app.priority) in cxgb4_dcb_change_notify()
2402 priority = ffs(iscsi_app->app.priority) - 1; in cxgb4_dcb_change_notify()
2407 if (iscsi_app->app.protocol != 3260) in cxgb4_dcb_change_notify()
[all …]