Lines Matching defs:dev
1465 struct net_device *dev; /* Associated net device */
1552 * @dev: the netdev
1556 static inline struct port_info *netdev2pinfo(const struct net_device *dev)
1558 return netdev_priv(dev);
1575 * @dev: the netdev
1579 static inline struct adapter *netdev2adap(const struct net_device *dev)
1581 return netdev2pinfo(dev)->adapter;
1613 netdev_tx_t t4_start_xmit(struct sk_buff *skb, struct net_device *dev);
1620 struct net_device *dev, int intr_idx,
1624 struct net_device *dev, struct netdev_queue *netdevq,
1627 struct net_device *dev, unsigned int iqid,
1632 struct net_device *dev, unsigned int iqid,
1635 struct net_device *dev, u32 iqid);
2109 int cxgb4_ethofld_send_flowc(struct net_device *dev, u32 eotid, u32 tc);
2116 int cxgb4_map_skb(struct device *dev, const struct sk_buff *skb,
2129 int cxgb4_dcb_enabled(const struct net_device *dev);
2178 int cxgb4_port_mirror_alloc(struct net_device *dev);
2179 void cxgb4_port_mirror_free(struct net_device *dev);