Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c1088 struct dcb_peer_app_info *info, u16 *app_count) in cxgb4_getpeer_app() argument
1101 *app_count = 0; in cxgb4_getpeer_app()
1105 pcmd.u.dcb.app_priority.idx = *app_count; in cxgb4_getpeer_app()
1118 *app_count = i; in cxgb4_getpeer_app()
/linux-4.4.14/net/dcb/
Ddcbnl.c983 u16 app_count; in dcbnl_build_peer_app() local
991 err = ops->peer_getappinfo(netdev, &info, &app_count); in dcbnl_build_peer_app()
992 if (!err && app_count) { in dcbnl_build_peer_app()
993 table = kmalloc(sizeof(struct dcb_app) * app_count, GFP_KERNEL); in dcbnl_build_peer_app()
1018 for (i = 0; i < app_count; i++) { in dcbnl_build_peer_app()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c1017 u16 *app_count) in qlcnic_dcb_peer_app_info() argument
1024 *app_count = 0; in qlcnic_dcb_peer_app_info()
1033 (*app_count)++; in qlcnic_dcb_peer_app_info()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c2461 struct dcb_peer_app_info *info, u16* app_count) in bnx2x_peer_appinfo() argument
2470 *app_count = 0; in bnx2x_peer_appinfo()
2475 (*app_count)++; in bnx2x_peer_appinfo()