Searched defs:c2_port (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/amso1100/
H A Dc2.c81 static void c2_reset(struct c2_port *c2_port);
95 static void c2_set_rxbufsize(struct c2_port *c2_port) argument
97 struct net_device *netdev = c2_port->netdev;
100 c2_port->rx_buf_size =
104 c2_port->rx_buf_size = sizeof(struct c2_rxp_hdr) + RX_BUF_SIZE;
209 static inline int c2_rx_alloc(struct c2_port *c2_port, struct c2_element *elem) argument
211 struct c2_dev *c2dev = c2_port
258 c2_rx_fill(struct c2_port *c2_port) argument
277 c2_rx_clean(struct c2_port *c2_port) argument
324 c2_tx_clean(struct c2_port *c2_port) argument
381 struct c2_port *c2_port = netdev_priv(netdev); local
420 c2_rx_error(struct c2_port *c2_port, struct c2_element *elem) argument
463 struct c2_port *c2_port = netdev_priv(netdev); local
587 struct c2_port *c2_port = netdev_priv(netdev); local
691 struct c2_port *c2_port = netdev_priv(netdev); local
730 c2_reset(struct c2_port *c2_port) argument
758 struct c2_port *c2_port = netdev_priv(netdev); local
842 struct c2_port *c2_port = netdev_priv(netdev); local
882 struct c2_port *c2_port = NULL; local
[all...]
H A Dc2.h356 struct c2_port { struct

Completed in 103 milliseconds