Home
last modified time | relevance | path

Searched refs:efx_rc_t (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/sys/dev/sfxge/common/
H A Def10_impl.h81 __checkReturn efx_rc_t
89 __checkReturn efx_rc_t
104 __checkReturn efx_rc_t
114 __checkReturn efx_rc_t
140 __checkReturn efx_rc_t
158 __checkReturn efx_rc_t
184 extern __checkReturn efx_rc_t
188 extern __checkReturn efx_rc_t
193 extern __checkReturn efx_rc_t
198 extern __checkReturn efx_rc_t
[all …]
H A Defx_impl.h99 efx_rc_t (*eevo_init)(efx_nic_t *);
101 efx_rc_t (*eevo_qcreate)(efx_nic_t *, unsigned int,
105 efx_rc_t (*eevo_qprime)(efx_evq_t *, unsigned int);
107 efx_rc_t (*eevo_qmoderate)(efx_evq_t *, unsigned int);
114 efx_rc_t (*etxo_init)(efx_nic_t *);
116 efx_rc_t (*etxo_qcreate)(efx_nic_t *,
123 efx_rc_t (*etxo_qpost)(efx_txq_t *, efx_buffer_t *,
127 efx_rc_t (*etxo_qpace)(efx_txq_t *, unsigned int);
128 efx_rc_t (*etxo_qflush)(efx_txq_t *);
130 efx_rc_t (*etxo_qpio_enable)(efx_txq_t *);
[all …]
H A Dsiena_impl.h55 extern __checkReturn efx_rc_t
59 extern __checkReturn efx_rc_t
63 extern __checkReturn efx_rc_t
78 extern __checkReturn efx_rc_t
100 extern __checkReturn efx_rc_t
109 extern __checkReturn efx_rc_t
133 extern efx_rc_t
141 extern __checkReturn efx_rc_t
157 extern __checkReturn efx_rc_t
162 extern __checkReturn efx_rc_t
[all …]
H A Defx_lic.c44 __checkReturn efx_rc_t
52 __checkReturn efx_rc_t
77 __checkReturn efx_rc_t
90 __checkReturn efx_rc_t
101 __checkReturn efx_rc_t
112 __checkReturn efx_rc_t
119 __checkReturn efx_rc_t
130 static __checkReturn efx_rc_t
134 static __checkReturn efx_rc_t
159 static __checkReturn efx_rc_t
[all …]
H A Defx_mac.c39 static __checkReturn efx_rc_t
94 __checkReturn efx_rc_t
102 efx_rc_t rc; in efx_mac_pdu_set()
133 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mac_pdu_set()
138 __checkReturn efx_rc_t
145 efx_rc_t rc; in efx_mac_pdu_get()
153 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mac_pdu_get()
158 __checkReturn efx_rc_t
167 efx_rc_t rc; in efx_mac_addr_set()
198 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mac_addr_set()
[all …]
H A Defx.h71 typedef __success(return == 0) int efx_rc_t; typedef
85 extern __checkReturn efx_rc_t
158 extern __checkReturn efx_rc_t
178 extern __checkReturn efx_rc_t
183 extern __checkReturn efx_rc_t
187 extern __checkReturn efx_rc_t
201 extern __checkReturn efx_rc_t
230 extern __checkReturn efx_rc_t
236 extern __checkReturn efx_rc_t
276 void (*emt_ev_proxy_response)(void *, uint32_t, efx_rc_t);
[all …]
H A Defx_nvram.c81 __checkReturn efx_rc_t
86 efx_rc_t rc; in efx_nvram_init()
131 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_nvram_init()
138 __checkReturn efx_rc_t
143 efx_rc_t rc; in efx_nvram_test()
154 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_nvram_test()
161 __checkReturn efx_rc_t
169 efx_rc_t rc; in efx_nvram_size()
185 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_nvram_size()
191 __checkReturn efx_rc_t
[all …]
H A Def10_nvram.c64 static __checkReturn efx_rc_t
140 static __checkReturn efx_rc_t
144 efx_rc_t rc; in tlv_advance()
169 EFSYS_PROBE1(fail1, efx_rc_t, rc); in tlv_advance()
174 static efx_rc_t
178 efx_rc_t rc; in tlv_rewind()
188 EFSYS_PROBE1(fail1, efx_rc_t, rc); in tlv_rewind()
193 static efx_rc_t
198 efx_rc_t rc; in tlv_find()
210 static __checkReturn efx_rc_t
[all …]
H A Defx_vpd.c91 __checkReturn efx_rc_t
96 efx_rc_t rc; in efx_vpd_init()
146 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_vpd_init()
151 __checkReturn efx_rc_t
157 efx_rc_t rc; in efx_vpd_size()
168 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_vpd_size()
173 __checkReturn efx_rc_t
180 efx_rc_t rc; in efx_vpd_read()
191 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_vpd_read()
196 __checkReturn efx_rc_t
[all …]
H A Dsiena_nvram.c41 __checkReturn efx_rc_t
47 efx_rc_t rc; in siena_nvram_partn_size()
64 EFSYS_PROBE1(fail1, efx_rc_t, rc); in siena_nvram_partn_size()
69 __checkReturn efx_rc_t
74 efx_rc_t rc; in siena_nvram_partn_lock()
83 EFSYS_PROBE1(fail1, efx_rc_t, rc); in siena_nvram_partn_lock()
88 __checkReturn efx_rc_t
97 efx_rc_t rc; in siena_nvram_partn_read()
115 EFSYS_PROBE1(fail1, efx_rc_t, rc); in siena_nvram_partn_read()
120 __checkReturn efx_rc_t
[all …]
H A Def10_nic.c42 __checkReturn efx_rc_t
50 efx_rc_t rc; in efx_mcdi_get_port_assignment()
81 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_get_port_assignment()
86 __checkReturn efx_rc_t
96 efx_rc_t rc; in efx_mcdi_get_port_modes()
149 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_get_port_modes()
154 __checkReturn efx_rc_t
167 efx_rc_t rc; in ef10_nic_get_port_mode_bandwidth()
250 EFSYS_PROBE1(fail1, efx_rc_t, rc); in ef10_nic_get_port_mode_bandwidth()
255 static __checkReturn efx_rc_t
[all …]
H A Defx_phy.c77 __checkReturn efx_rc_t
84 efx_rc_t rc; in efx_phy_probe()
127 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_phy_probe()
135 __checkReturn efx_rc_t
150 __checkReturn efx_rc_t
159 efx_rc_t rc; in efx_phy_led_set()
187 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_phy_led_set()
221 __checkReturn efx_rc_t
229 efx_rc_t rc; in efx_phy_adv_cap_set()
265 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_phy_adv_cap_set()
[all …]
H A Def10_vpd.c41 __checkReturn efx_rc_t
49 efx_rc_t rc; in ef10_vpd_init()
97 EFSYS_PROBE1(fail1, efx_rc_t, rc); in ef10_vpd_init()
102 __checkReturn efx_rc_t
107 efx_rc_t rc; in ef10_vpd_size()
126 EFSYS_PROBE1(fail1, efx_rc_t, rc); in ef10_vpd_size()
131 __checkReturn efx_rc_t
141 efx_rc_t rc; in ef10_vpd_read()
180 EFSYS_PROBE1(fail1, efx_rc_t, rc); in ef10_vpd_read()
185 __checkReturn efx_rc_t
[all …]
H A Defx_mcdi.c88 __checkReturn efx_rc_t
94 efx_rc_t rc; in efx_mcdi_init()
154 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_init()
209 static efx_rc_t
214 efx_rc_t rc; in efx_mcdi_poll_reboot()
356 efx_rc_t rc; in efx_mcdi_read_response_header()
507 efx_rc_t rc; in efx_mcdi_request_poll()
568 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_request_poll()
628 __checkReturn efx_rc_t
813 __checkReturn efx_rc_t
[all …]
H A Defx_nic.c37 __checkReturn efx_rc_t
202 __checkReturn efx_rc_t
211 efx_rc_t rc; in efx_nic_create()
321 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_nic_create()
326 __checkReturn efx_rc_t
332 efx_rc_t rc; in efx_nic_probe()
377 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_nic_probe()
382 __checkReturn efx_rc_t
388 efx_rc_t rc; in efx_nic_set_drv_limits()
401 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_nic_set_drv_limits()
[all …]
H A Def10_rx.c37 static __checkReturn efx_rc_t
61 efx_rc_t rc; in efx_mcdi_init_rxq()
160 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_init_rxq()
165 static __checkReturn efx_rc_t
173 efx_rc_t rc; in efx_mcdi_fini_rxq()
198 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_fini_rxq()
204 static __checkReturn efx_rc_t
216 efx_rc_t rc; in efx_mcdi_rss_context_alloc()
284 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_rss_context_alloc()
291 static efx_rc_t
[all …]
H A Defx_rx.c39 static __checkReturn efx_rc_t
48 static __checkReturn efx_rc_t
55 static __checkReturn efx_rc_t
63 static __checkReturn efx_rc_t
70 static __checkReturn efx_rc_t
85 static __checkReturn efx_rc_t
122 static __checkReturn efx_rc_t
130 static __checkReturn efx_rc_t
208 __checkReturn efx_rc_t
213 efx_rc_t rc; in efx_rx_init()
[all …]
H A Dsiena_vpd.c41 static __checkReturn efx_rc_t
57 efx_rc_t rc; in siena_vpd_get_static()
159 EFSYS_PROBE1(fail1, efx_rc_t, rc); in siena_vpd_get_static()
164 __checkReturn efx_rc_t
172 efx_rc_t rc; in siena_vpd_init()
203 EFSYS_PROBE1(fail1, efx_rc_t, rc); in siena_vpd_init()
208 __checkReturn efx_rc_t
215 efx_rc_t rc; in siena_vpd_size()
237 EFSYS_PROBE1(fail1, efx_rc_t, rc); in siena_vpd_size()
242 __checkReturn efx_rc_t
[all …]
H A Defx_tunnel.c51 static __checkReturn efx_rc_t
61 static __checkReturn efx_rc_t
73 efx_rc_t rc; in efx_mcdi_set_tunnel_encap_udp_ports()
155 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_set_tunnel_encap_udp_ports()
160 __checkReturn efx_rc_t
166 efx_rc_t rc; in efx_tunnel_init()
215 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_tunnel_init()
248 static __checkReturn efx_rc_t
268 __checkReturn efx_rc_t
277 efx_rc_t rc; in efx_tunnel_config_udp_add()
[all …]
H A Dsiena_nic.c42 static __checkReturn efx_rc_t
50 efx_rc_t rc; in siena_nic_get_partn_mask()
77 EFSYS_PROBE1(fail1, efx_rc_t, rc); in siena_nic_get_partn_mask()
84 static __checkReturn efx_rc_t
93 efx_rc_t rc; in siena_board_cfg()
212 EFSYS_PROBE1(fail1, efx_rc_t, rc); in siena_board_cfg()
217 static __checkReturn efx_rc_t
224 efx_rc_t rc; in siena_phy_cfg()
239 EFSYS_PROBE1(fail1, efx_rc_t, rc); in siena_phy_cfg()
247 static __checkReturn efx_rc_t
[all …]
H A Defx_filter.c41 static __checkReturn efx_rc_t
49 static __checkReturn efx_rc_t
53 static __checkReturn efx_rc_t
59 static __checkReturn efx_rc_t
64 static __checkReturn efx_rc_t
97 __checkReturn efx_rc_t
104 efx_rc_t rc; in efx_filter_insert()
127 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_filter_insert()
132 __checkReturn efx_rc_t
146 __checkReturn efx_rc_t
[all …]
H A Def10_tx.c47 static __checkReturn efx_rc_t
64 efx_rc_t rc; in efx_mcdi_init_txq()
135 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_init_txq()
140 static __checkReturn efx_rc_t
148 efx_rc_t rc; in efx_mcdi_fini_txq()
173 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_fini_txq()
178 __checkReturn efx_rc_t
193 __checkReturn efx_rc_t
209 efx_rc_t rc; in ef10_tx_qcreate()
243 EFSYS_PROBE1(fail1, efx_rc_t, rc); in ef10_tx_qcreate()
[all …]
H A Defx_tx.c49 static __checkReturn efx_rc_t
57 static __checkReturn efx_rc_t
74 static __checkReturn efx_rc_t
88 static __checkReturn efx_rc_t
93 static __checkReturn efx_rc_t
101 __checkReturn efx_rc_t
234 __checkReturn efx_rc_t
239 efx_rc_t rc; in efx_tx_init()
301 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_tx_init()
325 __checkReturn efx_rc_t
[all …]
H A Def10_mac.c37 __checkReturn efx_rc_t
44 efx_rc_t rc; in ef10_mac_poll()
57 EFSYS_PROBE1(fail1, efx_rc_t, rc); in ef10_mac_poll()
64 __checkReturn efx_rc_t
70 efx_rc_t rc; in ef10_mac_up()
84 EFSYS_PROBE1(fail1, efx_rc_t, rc); in ef10_mac_up()
96 static __checkReturn efx_rc_t
104 efx_rc_t rc; in efx_mcdi_vadapter_set_mac()
127 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_vadapter_set_mac()
132 __checkReturn efx_rc_t
[all …]
H A Dmcdi_mon.c156 __checkReturn efx_rc_t
169 efx_rc_t rc; in mcdi_mon_ev()
206 EFSYS_PROBE1(fail1, efx_rc_t, rc); in mcdi_mon_ev()
211 static __checkReturn efx_rc_t
221 efx_rc_t rc; in efx_mcdi_read_sensors()
246 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_read_sensors()
251 static __checkReturn efx_rc_t
260 efx_rc_t rc; in efx_mcdi_sensor_info_npages()
289 EFSYS_PROBE1(fail1, efx_rc_t, rc); in efx_mcdi_sensor_info_npages()
294 static __checkReturn efx_rc_t
[all …]

12