Home
last modified time | relevance | path

Searched refs:app_count (Results 1 – 5 of 5) 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/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()