Searched refs:ice_softc (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_rdma_internal.h46 struct ice_softc;
73 #define ice_rdma_entry_to_sc(e) __containerof(e, struct ice_softc, rdma_entry)
111 int ice_rdma_pf_attach(struct ice_softc *sc);
112 void ice_rdma_pf_detach(struct ice_softc *sc);
113 int ice_rdma_pf_init(struct ice_softc *sc);
114 int ice_rdma_pf_stop(struct ice_softc *sc);
115 void ice_rdma_link_change(struct ice_softc *sc, int linkstate, uint64_t baudrate);
116 void ice_rdma_notify_dcb_qos_change(struct ice_softc *sc);
117 void ice_rdma_dcb_qos_update(struct ice_softc *sc, struct ice_port_info *pi);
118 void ice_rdma_notify_pe_intr(struct ice_softc *s
[all...]
H A Dice_lib.h382 struct ice_softc;
511 struct ice_softc *sc;
806 void ice_request_stack_reinit(struct ice_softc *sc);
809 bool ice_driver_is_detaching(struct ice_softc *sc);
815 int ice_create_mirror_interface(struct ice_softc *sc);
819 void ice_destroy_mirror_interface(struct ice_softc *sc);
822 void ice_add_fw_logging_tunables(struct ice_softc *sc,
824 void ice_handle_fw_log_event(struct ice_softc *sc, struct ice_aq_desc *desc,
827 int ice_process_ctrlq(struct ice_softc *sc, enum ice_ctl_q q_type, u16 *pending);
832 struct ice_vsi *ice_alloc_vsi(struct ice_softc *s
[all...]
H A Dice_fw_logging.c59 static int ice_reconfig_fw_log(struct ice_softc *sc, struct ice_fwlog_cfg *cfg);
80 ice_reconfig_fw_log(struct ice_softc *sc, struct ice_fwlog_cfg *cfg)
152 struct ice_softc *sc = (struct ice_softc *)arg1;
187 struct ice_softc *sc = (struct ice_softc *)arg1;
224 struct ice_softc *sc = (struct ice_softc *)arg1;
275 struct ice_softc *sc = (struct ice_softc *)arg
[all...]
H A Dice_osdep.c73 * pointer. Assumes that hw is embedded within the ice_softc, instead of being
77 * definition of struct ice_softc. That can't be easily included in
82 struct ice_softc *sc = __containerof(hw, struct ice_softc, hw);
193 struct ice_softc *sc = __containerof(hw, struct ice_softc, hw);
211 struct ice_softc *sc = __containerof(hw, struct ice_softc, hw);
239 struct ice_softc *sc = __containerof(hw, struct ice_softc, h
[all...]
H A Dice_iflib_txrx.c51 static int _ice_ift_txd_credits_update(struct ice_softc *sc, struct ice_tx_queue *txq, bool clear);
56 static void _ice_ift_rxd_flush(struct ice_softc *sc, struct ice_rx_queue *rxq,
210 struct ice_softc *sc = (struct ice_softc *)arg;
228 struct ice_softc *sc = (struct ice_softc *)arg;
250 _ice_ift_txd_credits_update(struct ice_softc *sc __unused, struct ice_tx_queue *txq, bool clear)
307 struct ice_softc *sc = (struct ice_softc *)arg;
359 struct ice_softc *s
[all...]
H A Dice_rdma.c68 static int ice_rdma_pf_attach_locked(struct ice_softc *sc);
69 static void ice_rdma_pf_detach_locked(struct ice_softc *sc);
123 struct ice_softc *sc = ice_rdma_peer_to_sc(peer);
146 struct ice_softc *sc = ice_rdma_peer_to_sc(peer);
167 struct ice_softc *sc = ice_rdma_peer_to_sc(peer);
300 struct ice_softc *sc = ice_rdma_peer_to_sc(peer);
495 struct ice_softc *sc;
529 sc = __containerof(entry, struct ice_softc, rdma_entry);
627 ice_rdma_pf_attach_locked(struct ice_softc *sc)
682 ice_rdma_pf_attach(struct ice_softc *s
[all...]
H A Dif_ice_iflib.c58 static int ice_attach_pre_recovery_mode(struct ice_softc *sc);
60 static void ice_attach_post_recovery_mode(struct ice_softc *sc);
92 static int ice_subif_rebuild(struct ice_softc *sc);
93 static int ice_subif_rebuild_vsi_qmap(struct ice_softc *sc);
118 static int ice_pci_mapping(struct ice_softc *sc);
119 static void ice_free_pci_mapping(struct ice_softc *sc);
120 static void ice_update_link_status(struct ice_softc *sc, bool update_media);
121 static void ice_init_device_features(struct ice_softc *sc);
123 static void ice_handle_reset_event(struct ice_softc *sc);
124 static void ice_handle_pf_reset_request(struct ice_softc *s
[all...]
H A Dice_lib.c76 static void ice_check_ctrlq_errors(struct ice_softc *sc, const char *qname,
78 static void ice_process_link_event(struct ice_softc *sc, struct ice_rq_event_info *e);
79 static void ice_process_ctrlq_event(struct ice_softc *sc, const char *qname,
86 static void ice_add_debug_tunables(struct ice_softc *sc);
87 static void ice_add_debug_sysctls(struct ice_softc *sc);
101 static uint8_t ice_pcie_bandwidth_check(struct ice_softc *sc);
117 static void ice_setup_vsi_common(struct ice_softc *sc, struct ice_vsi *vsi,
120 static void ice_handle_mib_change_event(struct ice_softc *sc,
123 ice_handle_lan_overflow_event(struct ice_softc *sc,
129 static void ice_del_rx_lldp_filter(struct ice_softc *s
[all...]
H A Dice_iflib.h37 * implementation, including the Tx and Rx queue structures and the ice_softc
200 struct ice_softc *back;
219 * @struct ice_softc
253 struct ice_softc { struct

Completed in 136 milliseconds