Home
last modified time | relevance | path

Searched refs:capid (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-dcb.c122 static u8 dpaa2_eth_dcbnl_getcap(struct net_device *net_dev, int capid, u8 *cap) in dpaa2_eth_dcbnl_getcap() argument
126 switch (capid) { in dpaa2_eth_dcbnl_getcap()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c85 static u8 qede_dcbnl_getcap(struct net_device *netdev, int capid, u8 *cap) in qede_dcbnl_getcap() argument
89 return edev->ops->dcb->getcap(edev->cdev, capid, cap); in qede_dcbnl_getcap()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c652 static u8 i40e_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) in i40e_dcbnl_get_cap() argument
659 switch (capid) { in i40e_dcbnl_get_cap()
680 capid, *cap); in i40e_dcbnl_get_cap()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c642 static u8 ice_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) in ice_dcbnl_get_cap() argument
649 switch (capid) { in ice_dcbnl_get_cap()
680 capid, *cap); in ice_dcbnl_get_cap()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c88 static u8 mlx4_en_dcbnl_getcap(struct net_device *dev, int capid, u8 *cap) in mlx4_en_dcbnl_getcap() argument
92 switch (capid) { in mlx4_en_dcbnl_getcap()
/openbmc/linux/include/linux/qed/
H A Dqed_eth_if.h214 u8 (*getcap)(struct qed_dev *cdev, int capid, u8 *cap);
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c383 static u8 ixgbe_dcbnl_getcap(struct net_device *netdev, int capid, u8 *cap) in ixgbe_dcbnl_getcap() argument
387 switch (capid) { in ixgbe_dcbnl_getcap()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c879 static u8 qlcnic_dcb_get_capability(struct net_device *netdev, int capid, in qlcnic_dcb_get_capability() argument
887 switch (capid) { in qlcnic_dcb_get_capability()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c825 int capid, u8 *cap) in mlx5e_dcbnl_getcap() argument
831 switch (capid) { in mlx5e_dcbnl_getcap()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1457 static u8 qed_dcbnl_getcap(struct qed_dev *cdev, int capid, u8 *cap) in qed_dcbnl_getcap() argument
1463 DP_VERBOSE(hwfn, QED_MSG_DCB, "capid = %d\n", capid); in qed_dcbnl_getcap()
1468 switch (capid) { in qed_dcbnl_getcap()
1488 DP_VERBOSE(hwfn, QED_MSG_DCB, "id = %d caps = %d\n", capid, *cap); in qed_dcbnl_getcap()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c2149 static u8 bnx2x_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) in bnx2x_dcbnl_get_cap() argument
2155 switch (capid) { in bnx2x_dcbnl_get_cap()
2190 DP(BNX2X_MSG_DCB, "capid %d:%x\n", capid, *cap); in bnx2x_dcbnl_get_cap()