Lines Matching refs:priority
72 app.priority = 0; in cxgb4_dcb_cleanup_apps()
82 app.priority = dcb->app_priority[i].user_prio_map; in cxgb4_dcb_cleanup_apps()
345 app.priority = ffs(fwap->user_prio_map) - 1; in cxgb4_dcb_handle_fw_update()
351 app.priority = fwap->user_prio_map; in cxgb4_dcb_handle_fw_update()
358 app.selector, app.protocol, app.priority, -err); in cxgb4_dcb_handle_fw_update()
601 static void cxgb4_getpfccfg(struct net_device *dev, int priority, u8 *pfccfg) in cxgb4_getpfccfg() argument
607 priority >= CXGB4_MAX_PRIORITY) in cxgb4_getpfccfg()
610 *pfccfg = (pi->dcb.pfcen >> (7 - priority)) & 1; in cxgb4_getpfccfg()
616 static void cxgb4_setpfccfg(struct net_device *dev, int priority, u8 pfccfg) in cxgb4_setpfccfg() argument
624 priority >= CXGB4_MAX_PRIORITY) in cxgb4_setpfccfg()
635 pcmd.u.dcb.pfc.pfcen |= (1 << (7 - priority)); in cxgb4_setpfccfg()
637 pcmd.u.dcb.pfc.pfcen &= (~(1 << (7 - priority))); in cxgb4_setpfccfg()
874 .priority = app_prio, in cxgb4_setapp()
1007 app->priority = ffs(prio) - 1; in cxgb4_ieee_getapp()
1029 (1 << app->priority)); in cxgb4_ieee_setapp()
1139 table[i].priority = in cxgb4_getpeerapp_tbl()