/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 106 static int qede_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) in qede_dcbnl_getapp() argument 110 return edev->ops->dcb->getapp(edev->cdev, idtype, id); in qede_dcbnl_getapp() 175 static int qede_dcbnl_setapp(struct net_device *netdev, u8 idtype, u16 idval, in qede_dcbnl_setapp() argument 180 return edev->ops->dcb->setapp(edev->cdev, idtype, idval, up); in qede_dcbnl_setapp()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 257 static int mlx4_en_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) in mlx4_en_dcbnl_getapp() argument 261 .selector = idtype, in mlx4_en_dcbnl_getapp() 270 static int mlx4_en_dcbnl_setapp(struct net_device *netdev, u8 idtype, in mlx4_en_dcbnl_setapp() argument 280 app.selector = idtype; in mlx4_en_dcbnl_setapp()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 2256 u8 idtype, u16 idval, u8 up) in bnx2x_admin_app_set_ent() argument 2260 switch (idtype) { in bnx2x_admin_app_set_ent() 2276 u8 idtype, u16 idval) in bnx2x_admin_app_is_equal() argument 2281 switch (idtype) { in bnx2x_admin_app_is_equal() 2299 static int bnx2x_set_admin_app_up(struct bnx2x *bp, u8 idtype, u16 idval, u8 up) in bnx2x_set_admin_app_up() argument 2307 if (bnx2x_admin_app_is_equal(app_ent, idtype, idval)) in bnx2x_set_admin_app_up() 2321 idtype, idval, up); in bnx2x_set_admin_app_up() 2335 static int bnx2x_dcbnl_set_app_up(struct net_device *netdev, u8 idtype, in bnx2x_dcbnl_set_app_up() argument 2341 idtype, idval, up); in bnx2x_dcbnl_set_app_up() 2349 switch (idtype) { in bnx2x_dcbnl_set_app_up() [all …]
|
/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 650 static int ice_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) in ice_dcbnl_getapp() argument 654 .selector = idtype, in ice_dcbnl_getapp()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 473 static int ixgbe_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) in ixgbe_dcbnl_getapp() argument 477 .selector = idtype, in ixgbe_dcbnl_getapp()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1727 static int qed_dcbnl_getapp(struct qed_dev *cdev, u8 idtype, u16 idval) in qed_dcbnl_getapp() argument 1740 ethtype = !!(idtype == DCB_APP_IDTYPE_ETHTYPE); in qed_dcbnl_getapp() 1750 DP_ERR(cdev, "App entry (%d, %d) not found\n", idtype, idval); in qed_dcbnl_getapp() 1761 u8 idtype, u16 idval, u8 pri_map) in qed_dcbnl_setapp() argument 1775 ethtype = !!(idtype == DCB_APP_IDTYPE_ETHTYPE); in qed_dcbnl_setapp()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 928 static int qlcnic_dcb_get_app(struct net_device *netdev, u8 idtype, u16 id) in qlcnic_dcb_get_app() argument 932 .selector = idtype, in qlcnic_dcb_get_app()
|