Searched refs:app_count (Results 1 – 4 of 4) sorted by relevance
1076 struct dcb_peer_app_info *info, u16 *app_count) in cxgb4_getpeer_app() argument1089 *app_count = 0; in cxgb4_getpeer_app()1093 pcmd.u.dcb.app_priority.idx = *app_count; in cxgb4_getpeer_app()1106 *app_count = i; in cxgb4_getpeer_app()
986 u16 app_count; in dcbnl_build_peer_app() local994 err = ops->peer_getappinfo(netdev, &info, &app_count); in dcbnl_build_peer_app()995 if (!err && app_count) { in dcbnl_build_peer_app()996 table = kmalloc(sizeof(struct dcb_app) * app_count, GFP_KERNEL); in dcbnl_build_peer_app()1021 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()
2457 struct dcb_peer_app_info *info, u16* app_count) in bnx2x_peer_appinfo() argument2466 *app_count = 0; in bnx2x_peer_appinfo()2471 (*app_count)++; in bnx2x_peer_appinfo()