Lines Matching refs:port_info
41 static int t4_sched_class_fw_cmd(struct port_info *pi, in t4_sched_class_fw_cmd()
69 static int t4_sched_bind_unbind_op(struct port_info *pi, void *arg, in t4_sched_bind_unbind_op()
108 static struct sched_class *t4_sched_queue_lookup(struct port_info *pi, in t4_sched_queue_lookup()
143 static int t4_sched_queue_unbind(struct port_info *pi, struct ch_sched_queue *p) in t4_sched_queue_unbind()
184 static int t4_sched_queue_bind(struct port_info *pi, struct ch_sched_queue *p) in t4_sched_queue_bind()
227 static void t4_sched_class_unbind_all(struct port_info *pi, in t4_sched_class_unbind_all()
247 static int t4_sched_class_bind_unbind_op(struct port_info *pi, void *arg, in t4_sched_class_bind_unbind_op()
286 struct port_info *pi = netdev2pinfo(dev); in cxgb4_sched_class_bind()
327 struct port_info *pi = netdev2pinfo(dev); in cxgb4_sched_class_unbind()
354 static struct sched_class *t4_sched_class_lookup(struct port_info *pi, in t4_sched_class_lookup()
400 static struct sched_class *t4_sched_class_alloc(struct port_info *pi, in t4_sched_class_alloc()
457 struct port_info *pi = netdev2pinfo(dev); in cxgb4_sched_class_alloc()
470 static void t4_sched_class_free(struct port_info *pi, struct sched_class *e) in t4_sched_class_free()
502 struct port_info *pi = netdev2pinfo(adap->port[j]); in t4_cleanup_sched()