Lines Matching refs:ines_port
145 struct ines_port {
162 struct ines_port port[INES_N_PORTS];
172 static int ines_rxfifo_read(struct ines_port *port);
173 static u64 ines_rxts64(struct ines_port *port, unsigned int words);
175 static u64 ines_txts64(struct ines_port *port, unsigned int words);
182 struct ines_port *port;
196 struct ines_port *port;
236 static struct ines_port *ines_find_port(struct device_node *node, u32 index)
238 struct ines_port *port = NULL;
254 static u64 ines_find_rxts(struct ines_port *port, struct sk_buff *skb, int type)
285 static u64 ines_find_txts(struct ines_port *port, struct sk_buff *skb)
333 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts);
402 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts);
478 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts);
496 static int ines_rxfifo_read(struct ines_port *port)
538 static u64 ines_rxts64(struct ines_port *port, unsigned int words)
585 static u64 ines_txts64(struct ines_port *port, unsigned int words)
602 static bool ines_txts_onestep(struct ines_port *port, struct sk_buff *skb, int type)
620 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts);
645 struct ines_port *port =
646 container_of(work, struct ines_port, ts_work.work);
705 struct ines_port *port;