Searched defs:netdev2pinfo (Results 1 - 2 of 2) sorted by path

/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h837 * netdev2pinfo - return the port_info structure associated with a net_device
842 static inline struct port_info *netdev2pinfo(const struct net_device *dev) function
867 return netdev2pinfo(dev)->adapter;
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h480 * netdev2pinfo - return the port_info structure associated with a net_device
485 static inline struct port_info *netdev2pinfo(const struct net_device *dev) function
510 return netdev2pinfo(dev)->adapter;

Completed in 253 milliseconds