Lines Matching refs:selector
92 app.selector = dcb->app_priority[i].sel_field + 1; in cxgb4_dcb_cleanup_apps()
95 app.selector = !!(dcb->app_priority[i].sel_field); in cxgb4_dcb_cleanup_apps()
102 dcb_ver_array[dcb->dcb_version], app.selector, in cxgb4_dcb_cleanup_apps()
353 app.selector = (fwap->sel_field + 1); in cxgb4_dcb_handle_fw_update()
359 app.selector = !!(fwap->sel_field); in cxgb4_dcb_handle_fw_update()
367 app.selector, app.protocol, app.priority, -err); in cxgb4_dcb_handle_fw_update()
883 .selector = app_idtype, in cxgb4_setapp()
1010 if (!(app->selector && app->protocol)) in cxgb4_ieee_getapp()
1014 prio = __cxgb4_getapp(dev, app->selector - 1, app->protocol, 0); in cxgb4_ieee_getapp()
1032 if (!(app->selector && app->protocol)) in cxgb4_ieee_setapp()
1035 if (!(app->selector > IEEE_8021QAZ_APP_SEL_ETHERTYPE && in cxgb4_ieee_setapp()
1036 app->selector < IEEE_8021QAZ_APP_SEL_ANY)) in cxgb4_ieee_setapp()
1040 ret = __cxgb4_setapp(dev, app->selector - 1, app->protocol, in cxgb4_ieee_setapp()
1148 table[i].selector = (pcmd.u.dcb.app_priority.sel_field + 1); in cxgb4_getpeerapp_tbl()