Lines Matching refs:selector
83 app.selector = dcb->app_priority[i].sel_field + 1; in cxgb4_dcb_cleanup_apps()
86 app.selector = !!(dcb->app_priority[i].sel_field); in cxgb4_dcb_cleanup_apps()
93 dcb_ver_array[dcb->dcb_version], app.selector, in cxgb4_dcb_cleanup_apps()
344 app.selector = (fwap->sel_field + 1); in cxgb4_dcb_handle_fw_update()
350 app.selector = !!(fwap->sel_field); in cxgb4_dcb_handle_fw_update()
358 app.selector, app.protocol, app.priority, -err); in cxgb4_dcb_handle_fw_update()
872 .selector = app_idtype, in cxgb4_setapp()
998 if (!(app->selector && app->protocol)) in cxgb4_ieee_getapp()
1002 prio = __cxgb4_getapp(dev, app->selector - 1, app->protocol, 0); in cxgb4_ieee_getapp()
1020 if (!(app->selector && app->protocol)) in cxgb4_ieee_setapp()
1023 if (!(app->selector > IEEE_8021QAZ_APP_SEL_ETHERTYPE && in cxgb4_ieee_setapp()
1024 app->selector < IEEE_8021QAZ_APP_SEL_ANY)) in cxgb4_ieee_setapp()
1028 ret = __cxgb4_setapp(dev, app->selector - 1, app->protocol, in cxgb4_ieee_setapp()
1136 table[i].selector = pcmd.u.dcb.app_priority.sel_field; in cxgb4_getpeerapp_tbl()