Home
last modified time | relevance | path

Searched refs:featid (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c190 static u8 qede_dcbnl_getfeatcfg(struct net_device *netdev, int featid, in qede_dcbnl_getfeatcfg() argument
195 return edev->ops->dcb->getfeatcfg(edev->cdev, featid, flags); in qede_dcbnl_getfeatcfg()
198 static u8 qede_dcbnl_setfeatcfg(struct net_device *netdev, int featid, u8 flags) in qede_dcbnl_setfeatcfg() argument
202 return edev->ops->dcb->setfeatcfg(edev->cdev, featid, flags); in qede_dcbnl_setfeatcfg()
/openbmc/linux/include/linux/qed/
H A Dqed_eth_if.h218 u8 (*getfeatcfg)(struct qed_dev *cdev, int featid, u8 *flags);
233 u8 (*setfeatcfg)(struct qed_dev *cdev, int featid, u8 flags);
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1853 static u8 qed_dcbnl_getfeatcfg(struct qed_dev *cdev, int featid, u8 *flags) in qed_dcbnl_getfeatcfg() argument
1858 DP_VERBOSE(hwfn, QED_MSG_DCB, "Feature id = %d\n", featid); in qed_dcbnl_getfeatcfg()
1864 switch (featid) { in qed_dcbnl_getfeatcfg()
1884 DP_INFO(hwfn, "Invalid feature-ID %d\n", featid); in qed_dcbnl_getfeatcfg()
1895 static u8 qed_dcbnl_setfeatcfg(struct qed_dev *cdev, int featid, u8 flags) in qed_dcbnl_setfeatcfg() argument
1904 featid, flags); in qed_dcbnl_setfeatcfg()
1912 switch (featid) { in qed_dcbnl_setfeatcfg()
1928 DP_INFO(hwfn, "Invalid feature-ID %d\n", featid); in qed_dcbnl_setfeatcfg()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c2400 static u8 bnx2x_dcbnl_get_featcfg(struct net_device *netdev, int featid, in bnx2x_dcbnl_get_featcfg() argument
2406 DP(BNX2X_MSG_DCB, "featid %d\n", featid); in bnx2x_dcbnl_get_featcfg()
2410 switch (featid) { in bnx2x_dcbnl_get_featcfg()
2447 static u8 bnx2x_dcbnl_set_featcfg(struct net_device *netdev, int featid, in bnx2x_dcbnl_set_featcfg() argument
2453 DP(BNX2X_MSG_DCB, "featid = %d flags = %02x\n", featid, flags); in bnx2x_dcbnl_set_featcfg()
2457 switch (featid) { in bnx2x_dcbnl_set_featcfg()