Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c90 app.priority = dcb->app_priority[i].user_prio_map; in cxgb4_dcb_cleanup_apps()
361 app.priority = ffs(fwap->user_prio_map) - 1; in cxgb4_dcb_handle_fw_update()
367 app.priority = fwap->user_prio_map; in cxgb4_dcb_handle_fw_update()
376 ap->user_prio_map = fwap->user_prio_map; in cxgb4_dcb_handle_fw_update()
798 return pcmd.u.dcb.app_priority.user_prio_map; in __cxgb4_getapp()
871 pcmd.u.dcb.app_priority.user_prio_map = app_prio; in __cxgb4_setapp()
1159 ffs(pcmd.u.dcb.app_priority.user_prio_map) - 1; in cxgb4_getpeerapp_tbl()
Dcxgb4_dcb.h126 u8 user_prio_map; /* Priority Map bitfield */ member
Dt4fw_api.h2735 __u8 user_prio_map; member
Dcxgb4_debugfs.c2540 ap->user_prio_map, in dcb_info_show()