Searched refs:c2_port (Results 1 – 2 of 2) sorted by relevance
81 static void c2_reset(struct c2_port *c2_port);95 static void c2_set_rxbufsize(struct c2_port *c2_port) in c2_set_rxbufsize() argument97 struct net_device *netdev = c2_port->netdev; in c2_set_rxbufsize()100 c2_port->rx_buf_size = in c2_set_rxbufsize()104 c2_port->rx_buf_size = sizeof(struct c2_rxp_hdr) + RX_BUF_SIZE; in c2_set_rxbufsize()209 static inline int c2_rx_alloc(struct c2_port *c2_port, struct c2_element *elem) in c2_rx_alloc() argument211 struct c2_dev *c2dev = c2_port->c2dev; in c2_rx_alloc()218 skb = dev_alloc_skb(c2_port->rx_buf_size); in c2_rx_alloc()221 c2_port->netdev->name); in c2_rx_alloc()228 skb->dev = c2_port->netdev; in c2_rx_alloc()[all …]
356 struct c2_port { struct