Searched refs:app_idtype (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 761 static int __cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_getapp() argument 790 if (pcmd.u.dcb.app_priority.sel_field == app_idtype) in __cxgb4_getapp() 804 static int cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id) in cxgb4_getapp() argument 807 return __cxgb4_getapp(dev, app_idtype == DCB_APP_IDTYPE_ETHTYPE ? in cxgb4_getapp() 808 app_idtype : 3, app_id, 0); in cxgb4_getapp() 813 static int __cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_setapp() argument 863 pcmd.u.dcb.app_priority.sel_field = app_idtype; in __cxgb4_setapp() 878 static int cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in cxgb4_setapp() argument 883 .selector = app_idtype, in cxgb4_setapp() 888 if (app_idtype != DCB_APP_IDTYPE_ETHTYPE && in cxgb4_setapp() [all …]
|