Lines Matching refs:ines_port
150 struct ines_port {
167 struct ines_port port[INES_N_PORTS];
177 static int ines_rxfifo_read(struct ines_port *port);
178 static u64 ines_rxts64(struct ines_port *port, unsigned int words);
180 static u64 ines_txts64(struct ines_port *port, unsigned int words);
187 struct ines_port *port;
201 struct ines_port *port;
241 static struct ines_port *ines_find_port(struct device_node *node, u32 index)
243 struct ines_port *port = NULL;
259 static u64 ines_find_rxts(struct ines_port *port, struct sk_buff *skb, int type)
290 static u64 ines_find_txts(struct ines_port *port, struct sk_buff *skb)
338 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts);
411 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts);
487 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts);
505 static int ines_rxfifo_read(struct ines_port *port)
547 static u64 ines_rxts64(struct ines_port *port, unsigned int words)
594 static u64 ines_txts64(struct ines_port *port, unsigned int words)
611 static bool ines_txts_onestep(struct ines_port *port, struct sk_buff *skb, int type)
629 struct ines_port *port = container_of(mii_ts, struct ines_port, mii_ts);
654 struct ines_port *port =
655 container_of(work, struct ines_port, ts_work.work);
714 struct ines_port *port;