Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c78 app.priority = dcb->app_priority[i].user_prio_map; in cxgb4_dcb_cleanup_apps()
376 app.priority = ffs(fwap->user_prio_map) - 1; in cxgb4_dcb_handle_fw_update()
382 app.priority = fwap->user_prio_map; in cxgb4_dcb_handle_fw_update()
391 ap->user_prio_map = fwap->user_prio_map; in cxgb4_dcb_handle_fw_update()
813 return pcmd.u.dcb.app_priority.user_prio_map; in __cxgb4_getapp()
886 pcmd.u.dcb.app_priority.user_prio_map = app_prio; in __cxgb4_setapp()
1174 ffs(pcmd.u.dcb.app_priority.user_prio_map) - 1; in cxgb4_getpeerapp_tbl()
Dcxgb4_dcb.h114 u8 user_prio_map; /* Priority Map bitfield */ member
Dt4fw_api.h2874 __u8 user_prio_map; member
Dcxgb4_debugfs.c2503 ap->user_prio_map, in dcb_info_show()