Home
last modified time | relevance | path

Searched refs:app_idtype (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c783 static int __cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_getapp() argument
812 if (pcmd.u.dcb.app_priority.sel_field == app_idtype) in __cxgb4_getapp()
826 static int cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id) in cxgb4_getapp() argument
828 /* Convert app_idtype to firmware format before querying */ in cxgb4_getapp()
829 return __cxgb4_getapp(dev, app_idtype == DCB_APP_IDTYPE_ETHTYPE ? in cxgb4_getapp()
830 app_idtype : 3, app_id, 0); in cxgb4_getapp()
835 static int __cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_setapp() argument
885 pcmd.u.dcb.app_priority.sel_field = app_idtype; in __cxgb4_setapp()
900 static int cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in cxgb4_setapp() argument
905 .selector = app_idtype, in cxgb4_setapp()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c783 static int __cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_getapp() argument
812 if (pcmd.u.dcb.app_priority.sel_field == app_idtype) in __cxgb4_getapp()
826 static int cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id) in cxgb4_getapp() argument
828 /* Convert app_idtype to firmware format before querying */ in cxgb4_getapp()
829 return __cxgb4_getapp(dev, app_idtype == DCB_APP_IDTYPE_ETHTYPE ? in cxgb4_getapp()
830 app_idtype : 3, app_id, 0); in cxgb4_getapp()
835 static int __cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_setapp() argument
885 pcmd.u.dcb.app_priority.sel_field = app_idtype; in __cxgb4_setapp()
900 static int cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in cxgb4_setapp() argument
905 .selector = app_idtype, in cxgb4_setapp()
[all...]

Completed in 3 milliseconds