Searched refs:app_count (Results 1 – 6 of 6) sorted by relevance
1095 struct dcb_peer_app_info *info, u16 *app_count) in cxgb4_getpeer_app() argument1108 *app_count = 0; in cxgb4_getpeer_app()1112 pcmd.u.dcb.app_priority.idx = *app_count; in cxgb4_getpeer_app()1125 *app_count = i; in cxgb4_getpeer_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()
275 u16 *app_count);
977 u16 app_count; in dcbnl_build_peer_app() local985 err = ops->peer_getappinfo(netdev, &info, &app_count); in dcbnl_build_peer_app()986 if (!err && app_count) { in dcbnl_build_peer_app()987 table = kmalloc_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app()1013 for (i = 0; i < app_count; i++) { in dcbnl_build_peer_app()
2490 struct dcb_peer_app_info *info, u16* app_count) in bnx2x_peer_appinfo() argument2499 *app_count = 0; in bnx2x_peer_appinfo()2504 (*app_count)++; in bnx2x_peer_appinfo()
1973 u16 *app_count) in qed_dcbnl_peer_getappinfo() argument1984 *app_count = dcbx_info->remote.params.num_app_entries; in qed_dcbnl_peer_getappinfo()