Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c72 if (!dcb->app_priority[i].protocolid) in cxgb4_dcb_cleanup_apps()
364 struct app_priority *ap = &dcb->app_priority[idx]; in cxgb4_dcb_handle_fw_update()
803 pcmd.u.dcb.app_priority.idx = i; in __cxgb4_getapp()
816 if (!pcmd.u.dcb.app_priority.protocolid) in __cxgb4_getapp()
854 pcmd.u.dcb.app_priority.idx = i; in __cxgb4_setapp()
864 pcmd.u.dcb.app_priority.protocolid = 0; in __cxgb4_setapp()
868 if (!pcmd.u.dcb.app_priority.protocolid) in __cxgb4_setapp()
887 pcmd.u.dcb.app_priority.idx = i; in __cxgb4_setapp()
1137 if (!pcmd.u.dcb.app_priority.protocolid) in cxgb4_getpeer_app()
1157 pcmd.u.dcb.app_priority.idx = i; in cxgb4_getpeerapp_tbl()
[all …]
H A Dcxgb4_dcb.h113 struct app_priority { /* Application Information */ struct
117 } app_priority[CXGB4_MAX_DCBX_APP_SUPPORTED]; member
H A Dcxgb4_debugfs.c2481 struct app_priority *ap; in dcb_info_show()
2490 ap = &dcb->app_priority[app]; in dcb_info_show()
H A Dt4fw_api.h2878 } app_priority; member