Searched refs:app_count (Results 1 – 4 of 4) sorted by relevance
1088 struct dcb_peer_app_info *info, u16 *app_count) in cxgb4_getpeer_app() argument1101 *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()
983 u16 app_count; in dcbnl_build_peer_app() local991 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()
1017 u16 *app_count) in qlcnic_dcb_peer_app_info() argument1024 *app_count = 0; in qlcnic_dcb_peer_app_info()1033 (*app_count)++; in qlcnic_dcb_peer_app_info()
2461 struct dcb_peer_app_info *info, u16* app_count) in bnx2x_peer_appinfo() argument2470 *app_count = 0; in bnx2x_peer_appinfo()2475 (*app_count)++; in bnx2x_peer_appinfo()