Lines Matching refs:port_t
51 static inline struct net_device *port_to_dev(port_t *port) in port_to_dev()
79 static inline port_t* dev_to_port(struct net_device *dev) in dev_to_port()
84 static inline u16 next_desc(port_t *port, u16 desc, int transmit) in next_desc()
91 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number()
102 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset()
109 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
122 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
129 static inline void sca_set_carrier(port_t *port) in sca_set_carrier()
147 static void sca_init_port(port_t *port) in sca_init_port()
219 static inline void sca_msci_intr(port_t *port) in sca_msci_intr()
240 static inline void sca_rx(card_t *card, port_t *port, pkt_desc __iomem *desc, in sca_rx()
287 static inline void sca_rx_intr(port_t *port) in sca_rx_intr()
339 static inline void sca_tx_intr(port_t *port) in sca_tx_intr()
385 port_t *port = get_port(card, i); in sca_intr()
404 static void sca_set_port(port_t *port) in sca_set_port()
459 port_t *port = dev_to_port(dev); in sca_open()
523 port_t *port = dev_to_port(dev); in sca_close()
565 port_t *port = dev_to_port(dev); in sca_dump_rings()
619 port_t *port = dev_to_port(dev); in sca_xmit()