app_count        2490 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 			      struct dcb_peer_app_info *info, u16* app_count)
app_count        2499 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 	*app_count = 0;
app_count        2504 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 			(*app_count)++;
app_count        1110 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 			     struct dcb_peer_app_info *info, u16 *app_count)
app_count        1123 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	*app_count = 0;
app_count        1127 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 		pcmd.u.dcb.app_priority.idx = *app_count;
app_count        1140 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	*app_count = i;
app_count        1972 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 				     u16 *app_count)
app_count        1983 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	*app_count = dcbx_info->remote.params.num_app_entries;
app_count        1017 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 				    u16 *app_count)
app_count        1024 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	*app_count = 0;
app_count        1033 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 			(*app_count)++;
app_count         275 include/linux/qed/qed_eth_if.h 			       u16 *app_count);
app_count         980 net/dcb/dcbnl.c 	u16 app_count;
app_count         988 net/dcb/dcbnl.c 	err = ops->peer_getappinfo(netdev, &info, &app_count);
app_count         989 net/dcb/dcbnl.c 	if (!err && app_count) {
app_count         990 net/dcb/dcbnl.c 		table = kmalloc_array(app_count, sizeof(struct dcb_app),
app_count        1016 net/dcb/dcbnl.c 		for (i = 0; i < app_count; i++) {