Home
last modified time | relevance | path

Searched refs:app_count (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c1110 struct dcb_peer_app_info *info, u16 *app_count) in cxgb4_getpeer_app() argument
1123 *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()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c1016 u16 *app_count) in qlcnic_dcb_peer_app_info() argument
1023 *app_count = 0; in qlcnic_dcb_peer_app_info()
1032 (*app_count)++; in qlcnic_dcb_peer_app_info()
/linux/include/linux/qed/
H A Dqed_eth_if.h238 u16 *app_count);
/linux/net/dcb/
H A Ddcbnl.c1014 u16 app_count; in dcbnl_build_peer_app() local
1022 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()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c2489 struct dcb_peer_app_info *info, u16* app_count) in bnx2x_peer_appinfo() argument
2498 *app_count = 0; in bnx2x_peer_appinfo()
2503 (*app_count)++; in bnx2x_peer_appinfo()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1945 u16 *app_count) in qed_dcbnl_peer_getappinfo() argument
1956 *app_count = dcbx_info->remote.params.num_app_entries; in qed_dcbnl_peer_getappinfo()