Home
last modified time | relevance | path

Searched refs:dcb_app (Results 1 – 25 of 72) sorted by relevance

123

/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Ddcbnl.h15 struct dcb_app app;
20 int dcb_setapp(struct net_device *, struct dcb_app *);
21 u8 dcb_getapp(struct net_device *, struct dcb_app *);
22 int dcb_ieee_setapp(struct net_device *, struct dcb_app *);
23 int dcb_ieee_delapp(struct net_device *, struct dcb_app *);
24 u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *);
59 int (*ieee_getapp) (struct net_device *, struct dcb_app *);
60 int (*ieee_setapp) (struct net_device *, struct dcb_app *);
61 int (*ieee_delapp) (struct net_device *, struct dcb_app *);
101 int (*peer_getapptable)(struct net_device *, struct dcb_app *);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Ddcbnl.h15 struct dcb_app app;
20 int dcb_setapp(struct net_device *, struct dcb_app *);
21 u8 dcb_getapp(struct net_device *, struct dcb_app *);
22 int dcb_ieee_setapp(struct net_device *, struct dcb_app *);
23 int dcb_ieee_delapp(struct net_device *, struct dcb_app *);
24 u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *);
59 int (*ieee_getapp) (struct net_device *, struct dcb_app *);
60 int (*ieee_setapp) (struct net_device *, struct dcb_app *);
61 int (*ieee_delapp) (struct net_device *, struct dcb_app *);
101 int (*peer_getapptable)(struct net_device *, struct dcb_app *);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Ddcbnl.h15 struct dcb_app app;
20 int dcb_setapp(struct net_device *, struct dcb_app *);
21 u8 dcb_getapp(struct net_device *, struct dcb_app *);
22 int dcb_ieee_setapp(struct net_device *, struct dcb_app *);
23 int dcb_ieee_delapp(struct net_device *, struct dcb_app *);
24 u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *);
59 int (*ieee_getapp) (struct net_device *, struct dcb_app *);
60 int (*ieee_setapp) (struct net_device *, struct dcb_app *);
61 int (*ieee_delapp) (struct net_device *, struct dcb_app *);
101 int (*peer_getapptable)(struct net_device *, struct dcb_app *);
/dports/multimedia/libv4l/linux-5.13-rc2/net/dcb/
H A Ddcbnl.c469 struct dcb_app app = { in dcbnl_getapp()
538 struct dcb_app app; in dcbnl_setapp()
978 struct dcb_app *table = NULL; in dcbnl_build_peer_app()
990 table = kmalloc_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1017 if (nla_put(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1496 struct dcb_app *app_data; in dcbnl_ieee_set()
1501 if (nla_len(attr) < sizeof(struct dcb_app)) { in dcbnl_ieee_set()
1557 struct dcb_app *app_data; in dcbnl_ieee_del()
1815 static int dcb_app_add(const struct dcb_app *app, int ifindex) in dcb_app_add()
1839 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/dcb/
H A Ddcbnl.c469 struct dcb_app app = { in dcbnl_getapp()
538 struct dcb_app app; in dcbnl_setapp()
978 struct dcb_app *table = NULL; in dcbnl_build_peer_app()
990 table = kmalloc_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1017 if (nla_put(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1496 struct dcb_app *app_data; in dcbnl_ieee_set()
1501 if (nla_len(attr) < sizeof(struct dcb_app)) { in dcbnl_ieee_set()
1557 struct dcb_app *app_data; in dcbnl_ieee_del()
1815 static int dcb_app_add(const struct dcb_app *app, int ifindex) in dcb_app_add()
1839 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/dcb/
H A Ddcbnl.c469 struct dcb_app app = { in dcbnl_getapp()
538 struct dcb_app app; in dcbnl_setapp()
978 struct dcb_app *table = NULL; in dcbnl_build_peer_app()
990 table = kmalloc_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1017 if (nla_put(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1496 struct dcb_app *app_data; in dcbnl_ieee_set()
1501 if (nla_len(attr) < sizeof(struct dcb_app)) { in dcbnl_ieee_set()
1557 struct dcb_app *app_data; in dcbnl_ieee_del()
1815 static int dcb_app_add(const struct dcb_app *app, int ifindex) in dcb_app_add()
1839 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/qed/
H A Dqed_eth_if.h211 int (*ieee_getapp)(struct qed_dev *cdev, struct dcb_app *app);
212 int (*ieee_setapp)(struct qed_dev *cdev, struct dcb_app *app);
250 int (*peer_getapptable)(struct qed_dev *cdev, struct dcb_app *table);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/qed/
H A Dqed_eth_if.h211 int (*ieee_getapp)(struct qed_dev *cdev, struct dcb_app *app);
212 int (*ieee_setapp)(struct qed_dev *cdev, struct dcb_app *app);
250 int (*peer_getapptable)(struct qed_dev *cdev, struct dcb_app *table);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/qed/
H A Dqed_eth_if.h211 int (*ieee_getapp)(struct qed_dev *cdev, struct dcb_app *app);
212 int (*ieee_setapp)(struct qed_dev *cdev, struct dcb_app *app);
250 int (*peer_getapptable)(struct qed_dev *cdev, struct dcb_app *table);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c526 struct dcb_app_type dcb_app; member
589 iscsi_app = &dcb_work->dcb_app; in cxgbit_dcb_workfn()
640 struct dcb_app_type *dcb_app = data; in cxgbit_dcbevent_notify() local
646 dcb_work->dcb_app = *dcb_app; in cxgbit_dcbevent_notify()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c526 struct dcb_app_type dcb_app; member
589 iscsi_app = &dcb_work->dcb_app; in cxgbit_dcb_workfn()
640 struct dcb_app_type *dcb_app = data; in cxgbit_dcbevent_notify() local
646 dcb_work->dcb_app = *dcb_app; in cxgbit_dcbevent_notify()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c526 struct dcb_app_type dcb_app; member
589 iscsi_app = &dcb_work->dcb_app; in cxgbit_dcb_workfn()
640 struct dcb_app_type *dcb_app = data; in cxgbit_dcbevent_notify() local
646 dcb_work->dcb_app = *dcb_app; in cxgbit_dcbevent_notify()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c296 static int bnxt_hwrm_set_dcbx_app(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_set_dcbx_app()
402 static int bnxt_hwrm_queue_dscp2pri_cfg(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_queue_dscp2pri_cfg()
607 static int bnxt_dcbnl_ieee_dscp_app_prep(struct bnxt *bp, struct dcb_app *app) in bnxt_dcbnl_ieee_dscp_app_prep()
618 static int bnxt_dcbnl_ieee_setapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_setapp()
647 static int bnxt_dcbnl_ieee_delapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_delapp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c296 static int bnxt_hwrm_set_dcbx_app(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_set_dcbx_app()
402 static int bnxt_hwrm_queue_dscp2pri_cfg(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_queue_dscp2pri_cfg()
607 static int bnxt_dcbnl_ieee_dscp_app_prep(struct bnxt *bp, struct dcb_app *app) in bnxt_dcbnl_ieee_dscp_app_prep()
618 static int bnxt_dcbnl_ieee_setapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_setapp()
647 static int bnxt_dcbnl_ieee_delapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_delapp()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c296 static int bnxt_hwrm_set_dcbx_app(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_set_dcbx_app()
402 static int bnxt_hwrm_queue_dscp2pri_cfg(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_queue_dscp2pri_cfg()
607 static int bnxt_dcbnl_ieee_dscp_app_prep(struct bnxt *bp, struct dcb_app *app) in bnxt_dcbnl_ieee_dscp_app_prep()
618 static int bnxt_dcbnl_ieee_setapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_setapp()
647 static int bnxt_dcbnl_ieee_delapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_delapp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c215 struct dcb_app *app) in qede_dcbnl_peer_getapptable()
271 struct dcb_app *app) in qede_dcbnl_ieee_getapp()
279 struct dcb_app *app) in qede_dcbnl_ieee_setapp()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c215 struct dcb_app *app) in qede_dcbnl_peer_getapptable()
271 struct dcb_app *app) in qede_dcbnl_ieee_getapp()
279 struct dcb_app *app) in qede_dcbnl_ieee_setapp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c215 struct dcb_app *app) in qede_dcbnl_peer_getapptable()
271 struct dcb_app *app) in qede_dcbnl_ieee_getapp()
279 struct dcb_app *app) in qede_dcbnl_ieee_setapp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c194 struct dcb_app *app) in i40e_dcbnl_ieee_setapp()
246 struct dcb_app *app) in i40e_dcbnl_ieee_delapp()
759 struct dcb_app app = { in i40e_dcbnl_getapp()
885 struct dcb_app sapp; in i40e_dcbnl_set_all()
933 struct dcb_app sapp; in i40e_dcbnl_vsi_del_app()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c34 struct dcb_app app = { in ixgbe_copy_dcb_cfg()
369 struct dcb_app app = { in ixgbe_dcbnl_set_all()
476 struct dcb_app app = { in ixgbe_dcbnl_getapp()
618 struct dcb_app *app) in ixgbe_dcbnl_ieee_setapp()
663 struct dcb_app *app) in ixgbe_dcbnl_ieee_delapp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c653 struct dcb_app app = { in ice_dcbnl_getapp()
691 static int ice_dcbnl_setapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_setapp()
745 static int ice_dcbnl_delapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_delapp()
871 struct dcb_app sapp; in ice_dcbnl_set_all()
920 struct dcb_app sapp; in ice_dcbnl_vsi_del_app()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c194 struct dcb_app *app) in i40e_dcbnl_ieee_setapp()
246 struct dcb_app *app) in i40e_dcbnl_ieee_delapp()
759 struct dcb_app app = { in i40e_dcbnl_getapp()
885 struct dcb_app sapp; in i40e_dcbnl_set_all()
933 struct dcb_app sapp; in i40e_dcbnl_vsi_del_app()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c34 struct dcb_app app = { in ixgbe_copy_dcb_cfg()
369 struct dcb_app app = { in ixgbe_dcbnl_set_all()
476 struct dcb_app app = { in ixgbe_dcbnl_getapp()
618 struct dcb_app *app) in ixgbe_dcbnl_ieee_setapp()
663 struct dcb_app *app) in ixgbe_dcbnl_ieee_delapp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c653 struct dcb_app app = { in ice_dcbnl_getapp()
691 static int ice_dcbnl_setapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_setapp()
745 static int ice_dcbnl_delapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_delapp()
871 struct dcb_app sapp; in ice_dcbnl_set_all()
920 struct dcb_app sapp; in ice_dcbnl_vsi_del_app()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c194 struct dcb_app *app) in i40e_dcbnl_ieee_setapp()
246 struct dcb_app *app) in i40e_dcbnl_ieee_delapp()
759 struct dcb_app app = { in i40e_dcbnl_getapp()
885 struct dcb_app sapp; in i40e_dcbnl_set_all()
933 struct dcb_app sapp; in i40e_dcbnl_vsi_del_app()

123