Lines Matching refs:port_info
42 static int t4_sched_class_fw_cmd(struct port_info *pi, in t4_sched_class_fw_cmd()
71 static int t4_sched_bind_unbind_op(struct port_info *pi, void *arg, in t4_sched_bind_unbind_op()
110 static struct sched_class *t4_sched_queue_lookup(struct port_info *pi, in t4_sched_queue_lookup()
145 static int t4_sched_queue_unbind(struct port_info *pi, struct ch_sched_queue *p) in t4_sched_queue_unbind()
191 static int t4_sched_queue_bind(struct port_info *pi, struct ch_sched_queue *p) in t4_sched_queue_bind()
239 static void t4_sched_class_unbind_all(struct port_info *pi, in t4_sched_class_unbind_all()
259 static int t4_sched_class_bind_unbind_op(struct port_info *pi, void *arg, in t4_sched_class_bind_unbind_op()
298 struct port_info *pi = netdev2pinfo(dev); in cxgb4_sched_class_bind()
345 struct port_info *pi = netdev2pinfo(dev); in cxgb4_sched_class_unbind()
379 static struct sched_class *t4_sched_class_lookup(struct port_info *pi, in t4_sched_class_lookup()
429 static struct sched_class *t4_sched_class_alloc(struct port_info *pi, in t4_sched_class_alloc()
497 struct port_info *pi = netdev2pinfo(dev); in cxgb4_sched_class_alloc()
510 static void t4_sched_class_free(struct port_info *pi, struct sched_class *e) in t4_sched_class_free()
544 struct port_info *pi = netdev2pinfo(adap->port[i]); in t4_cleanup_sched()