Searched defs:aq_hw_ops (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_hw.h | 145 struct aq_hw_ops { struct 147 int (*hw_ring_tx_xmit)(struct aq_hw_s *self, struct aq_ring_s *aq_ring, 150 int (*hw_ring_rx_receive)(struct aq_hw_s *self, 153 int (*hw_ring_rx_fill)(struct aq_hw_s *self, struct aq_ring_s *aq_ring, 156 int (*hw_ring_tx_head_update)(struct aq_hw_s *self, 159 int (*hw_set_mac_address)(struct aq_hw_s *self, u8 *mac_addr); 161 int (*hw_reset)(struct aq_hw_s *self); 163 int (*hw_init)(struct aq_hw_s *self, u8 *mac_addr); 165 int (*hw_start)(struct aq_hw_s *self); 167 int (*hw_stop)(struct aq_hw_s *self); [all …]
|
| D | aq_filters.c | 327 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fether() local 448 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fvlan() local 556 const struct aq_hw_ops *aq_hw_ops, in aq_set_fl3l4() 568 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fl3l4() local 817 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlans_update() local 862 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlan_offload_off() local
|
| D | aq_vec.c | 19 const struct aq_hw_ops *aq_hw_ops; member 165 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 | 92 const struct aq_hw_ops *aq_hw_ops; member
|