iscsi_app        2262 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	struct dcb_app_type *iscsi_app = data;
iscsi_app        2266 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) {
iscsi_app        2267 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) &&
iscsi_app        2268 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		    (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY))
iscsi_app        2271 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		priority = iscsi_app->app.priority;
iscsi_app        2272 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	} else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) {
iscsi_app        2273 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM)
iscsi_app        2276 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		if (!iscsi_app->app.priority)
iscsi_app        2279 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		priority = ffs(iscsi_app->app.priority) - 1;
iscsi_app        2284 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	if (iscsi_app->app.protocol != 3260)
iscsi_app        2288 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		  iscsi_app->ifindex, priority);
iscsi_app        2290 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	ndev = dev_get_by_index(&init_net, iscsi_app->ifindex);
iscsi_app         585 drivers/target/iscsi/cxgbit/cxgbit_main.c 	struct dcb_app_type *iscsi_app;
iscsi_app         589 drivers/target/iscsi/cxgbit/cxgbit_main.c 	iscsi_app = &dcb_work->dcb_app;
iscsi_app         591 drivers/target/iscsi/cxgbit/cxgbit_main.c 	if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) {
iscsi_app         592 drivers/target/iscsi/cxgbit/cxgbit_main.c 		if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) &&
iscsi_app         593 drivers/target/iscsi/cxgbit/cxgbit_main.c 		    (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY))
iscsi_app         596 drivers/target/iscsi/cxgbit/cxgbit_main.c 		priority = iscsi_app->app.priority;
iscsi_app         598 drivers/target/iscsi/cxgbit/cxgbit_main.c 	} else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) {
iscsi_app         599 drivers/target/iscsi/cxgbit/cxgbit_main.c 		if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM)
iscsi_app         602 drivers/target/iscsi/cxgbit/cxgbit_main.c 		if (!iscsi_app->app.priority)
iscsi_app         605 drivers/target/iscsi/cxgbit/cxgbit_main.c 		priority = ffs(iscsi_app->app.priority) - 1;
iscsi_app         611 drivers/target/iscsi/cxgbit/cxgbit_main.c 		 iscsi_app->ifindex, priority);
iscsi_app         613 drivers/target/iscsi/cxgbit/cxgbit_main.c 	ndev = dev_get_by_index(&init_net, iscsi_app->ifindex);
iscsi_app         629 drivers/target/iscsi/cxgbit/cxgbit_main.c 				   iscsi_app->app.protocol);