/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 1110 struct dcb_peer_app_info *info, u16 *app_count) in cxgb4_getpeer_app() 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() 1109 cxgb4_getpeer_app(struct net_device *dev, struct dcb_peer_app_info *info, u16 *app_count) cxgb4_getpeer_app() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 1110 struct dcb_peer_app_info *info, u16 *app_count) in cxgb4_getpeer_app() 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() 1109 cxgb4_getpeer_app(struct net_device *dev, struct dcb_peer_app_info *info, u16 *app_count) cxgb4_getpeer_app() argument
|
/kernel/linux/linux-5.10/net/dcb/ |
H A D | dcbnl.c | 980 u16 app_count; in dcbnl_build_peer_app() local 988 err = ops->peer_getappinfo(netdev, &info, &app_count); in dcbnl_build_peer_app() 989 if (!err && app_count) { in dcbnl_build_peer_app() 990 table = kmalloc_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app() 1016 for (i = 0; i < app_count; i++) { in dcbnl_build_peer_app()
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_eth_if.h | 249 u16 *app_count);
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_eth_if.h | 238 u16 *app_count);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 1016 u16 *app_count) in qlcnic_dcb_peer_app_info() 1023 *app_count = 0; in qlcnic_dcb_peer_app_info() 1032 (*app_count)++; in qlcnic_dcb_peer_app_info() 1014 qlcnic_dcb_peer_app_info(struct net_device *netdev, struct dcb_peer_app_info *info, u16 *app_count) qlcnic_dcb_peer_app_info() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 1016 u16 *app_count) in qlcnic_dcb_peer_app_info() 1023 *app_count = 0; in qlcnic_dcb_peer_app_info() 1032 (*app_count)++; in qlcnic_dcb_peer_app_info() 1014 qlcnic_dcb_peer_app_info(struct net_device *netdev, struct dcb_peer_app_info *info, u16 *app_count) qlcnic_dcb_peer_app_info() argument
|
/kernel/linux/linux-6.6/net/dcb/ |
H A D | dcbnl.c | 1014 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 2489 struct dcb_peer_app_info *info, u16* app_count) in bnx2x_peer_appinfo() 2498 *app_count = 0; in bnx2x_peer_appinfo() 2503 (*app_count)++; in bnx2x_peer_appinfo() 2488 bnx2x_peer_appinfo(struct net_device *netdev, struct dcb_peer_app_info *info, u16* app_count) bnx2x_peer_appinfo() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 2489 struct dcb_peer_app_info *info, u16* app_count) in bnx2x_peer_appinfo() 2498 *app_count = 0; in bnx2x_peer_appinfo() 2503 (*app_count)++; in bnx2x_peer_appinfo() 2488 bnx2x_peer_appinfo(struct net_device *netdev, struct dcb_peer_app_info *info, u16* app_count) bnx2x_peer_appinfo() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 1947 u16 *app_count) in qed_dcbnl_peer_getappinfo() 1958 *app_count = dcbx_info->remote.params.num_app_entries; in qed_dcbnl_peer_getappinfo() 1945 qed_dcbnl_peer_getappinfo(struct qed_dev *cdev, struct dcb_peer_app_info *info, u16 *app_count) qed_dcbnl_peer_getappinfo() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 1945 u16 *app_count) in qed_dcbnl_peer_getappinfo() 1956 *app_count = dcbx_info->remote.params.num_app_entries; in qed_dcbnl_peer_getappinfo() 1943 qed_dcbnl_peer_getappinfo(struct qed_dev *cdev, struct dcb_peer_app_info *info, u16 *app_count) qed_dcbnl_peer_getappinfo() argument
|