Searched refs:app_count (Results 1 – 6 of 6) sorted by relevance
1110 struct dcb_peer_app_info *info, u16 *app_count) in cxgb4_getpeer_app() argument1123 *app_count = 0; in cxgb4_getpeer_app()1127 pcmd.u.dcb.app_priority.idx = *app_count; in cxgb4_getpeer_app()1140 *app_count = i; in cxgb4_getpeer_app()
1016 u16 *app_count) in qlcnic_dcb_peer_app_info() argument1023 *app_count = 0; in qlcnic_dcb_peer_app_info()1032 (*app_count)++; in qlcnic_dcb_peer_app_info()
238 u16 *app_count);
1014 u16 app_count; in dcbnl_build_peer_app() local1022 err = ops->peer_getappinfo(netdev, &info, &app_count); in dcbnl_build_peer_app()1023 if (!err && app_count) { in dcbnl_build_peer_app()1024 table = kmalloc_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app()1050 for (i = 0; i < app_count; i++) { in dcbnl_build_peer_app()
2489 struct dcb_peer_app_info *info, u16* app_count) in bnx2x_peer_appinfo() argument2498 *app_count = 0; in bnx2x_peer_appinfo()2503 (*app_count)++; in bnx2x_peer_appinfo()
1945 u16 *app_count) in qed_dcbnl_peer_getappinfo() argument1956 *app_count = dcbx_info->remote.params.num_app_entries; in qed_dcbnl_peer_getappinfo()
Completed in 27 milliseconds