Home
last modified time | relevance | path

Searched refs:sel_field (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c79 app.selector = dcb->app_priority[i].sel_field + 1; in cxgb4_dcb_cleanup_apps()
82 app.selector = !!(dcb->app_priority[i].sel_field); in cxgb4_dcb_cleanup_apps()
375 app.selector = (fwap->sel_field + 1); in cxgb4_dcb_handle_fw_update()
381 app.selector = !!(fwap->sel_field); in cxgb4_dcb_handle_fw_update()
392 ap->sel_field = fwap->sel_field; in cxgb4_dcb_handle_fw_update()
812 if (pcmd.u.dcb.app_priority.sel_field == app_idtype) in __cxgb4_getapp()
885 pcmd.u.dcb.app_priority.sel_field = app_idtype; in __cxgb4_setapp()
1170 table[i].selector = (pcmd.u.dcb.app_priority.sel_field + 1); in cxgb4_getpeerapp_tbl()
Dcxgb4_dcb.h115 u8 sel_field; /* Protocol ID interpretation */ member
Dcxgb4_debugfs.c2496 if (ap->sel_field < ARRAY_SIZE(sel_names)) in dcb_info_show()
2497 sel_name = sel_names[ap->sel_field]; in dcb_info_show()
2504 sel_name, ap->sel_field, in dcb_info_show()
Dt4fw_api.h2875 __u8 sel_field; member