Searched defs:aq_hw_ops (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_hw.h | 134 struct aq_hw_ops { struct 136 int (*hw_ring_tx_xmit)(struct aq_hw_s *self, struct aq_ring_s *aq_ring, 139 int (*hw_ring_rx_receive)(struct aq_hw_s *self, 142 int (*hw_ring_rx_fill)(struct aq_hw_s *self, struct aq_ring_s *aq_ring, 145 int (*hw_ring_tx_head_update)(struct aq_hw_s *self, 148 int (*hw_set_mac_address)(struct aq_hw_s *self, u8 *mac_addr); 150 int (*hw_reset)(struct aq_hw_s *self); 152 int (*hw_init)(struct aq_hw_s *self, u8 *mac_addr); 154 int (*hw_start)(struct aq_hw_s *self); 156 int (*hw_stop)(struct aq_hw_s *self); [all …]
|
D | aq_vec.c | 22 const struct aq_hw_ops *aq_hw_ops; member 167 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init()
|
D | aq_nic.h | 70 const struct aq_hw_ops *aq_hw_ops; member
|