Lines Matching refs:port_t
57 static inline port_t* dev_to_port(struct net_device *dev) in dev_to_port()
62 static inline void enable_intr(port_t *port) in enable_intr()
69 static inline void disable_intr(port_t *port) in disable_intr()
75 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number()
85 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset()
92 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
100 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
107 static inline void sca_set_carrier(port_t *port) in sca_set_carrier()
125 static void sca_init_port(port_t *port) in sca_init_port()
186 static inline void sca_msci_intr(port_t *port) in sca_msci_intr()
199 static inline void sca_rx(card_t *card, port_t *port, pkt_desc __iomem *desc, in sca_rx()
230 static inline int sca_rx_done(port_t *port, int budget) in sca_rx_done()
286 static inline void sca_tx_done(port_t *port) in sca_tx_done()
327 port_t *port = container_of(napi, port_t, napi); in sca_poll()
355 port_t *port = get_port(card, i); in sca_intr()
367 static void sca_set_port(port_t *port) in sca_set_port()
423 port_t *port = dev_to_port(dev); in sca_open()
482 port_t *port = dev_to_port(dev); in sca_close()
518 port_t *port = dev_to_port(dev); in sca_dump_rings()
564 port_t *port = dev_to_port(dev); in sca_xmit()