Symbol: INLINE
usr/src/cmd/ipf/tools/ip_fil.c
923
INLINE u_short fr_nextipid(fin)
usr/src/cmd/ipf/tools/ip_fil.c
938
INLINE void fr_checkv4sum(fin)
usr/src/cmd/ipf/tools/ip_fil.c
947
INLINE void fr_checkv6sum(fin)
usr/src/cmd/rpcgen/rpc_main.c
129
int inlinelen = INLINE;
usr/src/common/hdcrc/hd_crc.h
105
static INLINE uint32_t
usr/src/common/hdcrc/hd_crc.h
129
static INLINE uint32_t
usr/src/common/hdcrc/hd_crc.h
170
static INLINE boolean_t
usr/src/common/hdcrc/hd_crc.h
41
#ifndef INLINE
usr/src/common/hdcrc/hd_crc.h
45
#ifndef INLINE
usr/src/common/hdcrc/hd_crc.h
62
static INLINE uint32_t
usr/src/common/hdcrc/hd_crc.h
81
static INLINE uint32_t
usr/src/uts/common/fs/nfs/nfs4_xdr.c
2494
#ifdef INLINE
usr/src/uts/common/fs/nfs/nfs4_xdr.c
2550
#ifdef INLINE
usr/src/uts/common/inet/ipf/fil.c
1036
static INLINE void frpr_tcpcommon(fin)
usr/src/uts/common/inet/ipf/fil.c
1174
static INLINE void frpr_udpcommon(fin)
usr/src/uts/common/inet/ipf/fil.c
1203
static INLINE void frpr_tcp(fin)
usr/src/uts/common/inet/ipf/fil.c
1223
static INLINE void frpr_udp(fin)
usr/src/uts/common/inet/ipf/fil.c
1246
static INLINE void frpr_esp(fin)
usr/src/uts/common/inet/ipf/fil.c
1265
static INLINE void frpr_ah(fin)
usr/src/uts/common/inet/ipf/fil.c
1288
static INLINE void frpr_gre(fin)
usr/src/uts/common/inet/ipf/fil.c
1315
static INLINE void frpr_ipv4hdr(fin)
usr/src/uts/common/inet/ipf/fil.c
1548
static INLINE int fr_portcheck(frp, pop)
usr/src/uts/common/inet/ipf/fil.c
1671
static INLINE int fr_ipfcheck(fin, fr, portcmp)
usr/src/uts/common/inet/ipf/fil.c
197
static INLINE int fr_ipfcheck __P((fr_info_t *, frentry_t *, int));
usr/src/uts/common/inet/ipf/fil.c
198
static INLINE int fr_ipfcheck __P((fr_info_t *, frentry_t *, int));
usr/src/uts/common/inet/ipf/fil.c
205
static INLINE void frpr_ah __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
206
static INLINE void frpr_esp __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
207
static INLINE void frpr_gre __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
208
static INLINE void frpr_udp __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
209
static INLINE void frpr_tcp __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
210
static INLINE void frpr_icmp __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
211
static INLINE void frpr_ipv4hdr __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
212
static INLINE int frpr_pullup __P((fr_info_t *, int));
usr/src/uts/common/inet/ipf/fil.c
213
static INLINE void frpr_short __P((fr_info_t *, int));
usr/src/uts/common/inet/ipf/fil.c
214
static INLINE void frpr_tcpcommon __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
215
static INLINE void frpr_udpcommon __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
216
static INLINE int fr_updateipid __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
219
static INLINE void *fr_resolvelookup __P((u_int, u_int, lookupfunc_t *,
usr/src/uts/common/inet/ipf/fil.c
333
static INLINE int frpr_ah6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
334
static INLINE void frpr_esp6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
335
static INLINE void frpr_gre6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
336
static INLINE void frpr_udp6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
337
static INLINE void frpr_tcp6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
338
static INLINE void frpr_icmp6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
339
static INLINE void frpr_ipv6hdr __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
340
static INLINE void frpr_short6 __P((fr_info_t *, int));
usr/src/uts/common/inet/ipf/fil.c
341
static INLINE int frpr_hopopts6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
342
static INLINE int frpr_routing6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
343
static INLINE int frpr_dstopts6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
344
static INLINE int frpr_fragment6 __P((fr_info_t *));
usr/src/uts/common/inet/ipf/fil.c
345
static INLINE int frpr_ipv6exthdr __P((fr_info_t *, int, int));
usr/src/uts/common/inet/ipf/fil.c
358
static INLINE void frpr_short6(fin, xmin)
usr/src/uts/common/inet/ipf/fil.c
377
static INLINE void frpr_ipv6hdr(fin)
usr/src/uts/common/inet/ipf/fil.c
511
static INLINE int frpr_ipv6exthdr(fin, multiple, proto)
usr/src/uts/common/inet/ipf/fil.c
5500
static INLINE int fr_updateipid(fin)
usr/src/uts/common/inet/ipf/fil.c
5599
INLINE int fr_ioctlswitch(unit, data, cmd, mode, uid, ctx, ifs)
usr/src/uts/common/inet/ipf/fil.c
565
static INLINE int frpr_hopopts6(fin)
usr/src/uts/common/inet/ipf/fil.c
580
static INLINE int frpr_routing6(fin)
usr/src/uts/common/inet/ipf/fil.c
622
static INLINE int frpr_fragment6(fin)
usr/src/uts/common/inet/ipf/fil.c
667
static INLINE int frpr_dstopts6(fin)
usr/src/uts/common/inet/ipf/fil.c
683
static INLINE void frpr_icmp6(fin)
usr/src/uts/common/inet/ipf/fil.c
738
static INLINE void frpr_udp6(fin)
usr/src/uts/common/inet/ipf/fil.c
761
static INLINE void frpr_tcp6(fin)
usr/src/uts/common/inet/ipf/fil.c
787
static INLINE void frpr_esp6(fin)
usr/src/uts/common/inet/ipf/fil.c
813
static INLINE int frpr_ah6(fin)
usr/src/uts/common/inet/ipf/fil.c
847
static INLINE void frpr_gre6(fin)
usr/src/uts/common/inet/ipf/fil.c
874
static INLINE int frpr_pullup(fin, plen)
usr/src/uts/common/inet/ipf/fil.c
914
static INLINE void frpr_short(fin, xmin)
usr/src/uts/common/inet/ipf/fil.c
941
static INLINE void frpr_icmp(fin)
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
1796
INLINE void fr_checkv4sum(fin)
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
1810
INLINE void fr_checkv6sum(fin)
usr/src/uts/common/inet/ipf/ip_frag.c
110
static INLINE int ipfr_index __P((fr_info_t *, ipfr_t *));
usr/src/uts/common/inet/ipf/ip_frag.c
229
static INLINE int ipfr_index(fin, frag)
usr/src/uts/common/inet/ipf/ip_nat.c
149
static INLINE int nat_newmap __P((fr_info_t *, nat_t *, natinfo_t *));
usr/src/uts/common/inet/ipf/ip_nat.c
150
static INLINE int nat_newrdr __P((fr_info_t *, nat_t *, natinfo_t *));
usr/src/uts/common/inet/ipf/ip_nat.c
154
static INLINE int nat_icmpquerytype4 __P((int));
usr/src/uts/common/inet/ipf/ip_nat.c
158
static INLINE int nat_icmperrortype4 __P((int));
usr/src/uts/common/inet/ipf/ip_nat.c
159
static INLINE int nat_finalise __P((fr_info_t *, nat_t *, natinfo_t *,
usr/src/uts/common/inet/ipf/ip_nat.c
161
static INLINE int nat_resolverule __P((ipnat_t *, ipf_stack_t *));
usr/src/uts/common/inet/ipf/ip_nat.c
2090
static INLINE int nat_newmap(fin, nat, ni)
usr/src/uts/common/inet/ipf/ip_nat.c
2338
static INLINE int nat_newrdr(fin, nat, ni)
usr/src/uts/common/inet/ipf/ip_nat.c
2694
static INLINE int nat_finalise(fin, nat, ni, tcp, natsave, direction)
usr/src/uts/common/inet/ipf/ip_nat.c
5021
static INLINE int nat_icmpquerytype4(icmptype)
usr/src/uts/common/inet/ipf/ip_nat6.c
119
static INLINE int nat6_newmap __P((fr_info_t *, nat_t *, natinfo_t *));
usr/src/uts/common/inet/ipf/ip_nat6.c
120
static INLINE int nat6_newrdr __P((fr_info_t *, nat_t *, natinfo_t *));
usr/src/uts/common/inet/ipf/ip_nat6.c
121
static INLINE int nat6_finalise __P((fr_info_t *, nat_t *, natinfo_t *,
usr/src/uts/common/inet/ipf/ip_nat6.c
125
static INLINE int nat_icmpquerytype6 __P((int));
usr/src/uts/common/inet/ipf/ip_nat6.c
2609
static INLINE int nat_icmpquerytype6(icmptype)
usr/src/uts/common/inet/ipf/ip_nat6.c
280
static INLINE int nat6_newmap(fin, nat, ni)
usr/src/uts/common/inet/ipf/ip_nat6.c
546
static INLINE int nat6_newrdr(fin, nat, ni)
usr/src/uts/common/inet/ipf/ip_nat6.c
907
static INLINE int nat6_finalise(fin, nat, ni, tcp, natsave, direction)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1439
# ifndef INLINE
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1447
extern INLINE void ipf_read_enter __P((ipfrwlock_t *));
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1448
extern INLINE void ipf_write_enter __P((ipfrwlock_t *));
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1449
extern INLINE void ipf_rw_exit __P((ipfrwlock_t *));
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1450
extern INLINE void ipf_rw_downgrade __P((ipfrwlock_t *));
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1075
static INLINE u8 ecore_vlan_mac_get_rx_tx_flag(struct ecore_vlan_mac_obj *o)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1132
static INLINE void ecore_vlan_mac_set_cmd_hdr_e2(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1163
static INLINE void ecore_vlan_mac_set_rdata_hdr_e2(u32 cid, int type,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1268
static INLINE void ecore_vlan_mac_set_rdata_hdr_e1x(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1281
static INLINE void ecore_vlan_mac_set_cfg_entry_e1x(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1310
static INLINE void ecore_vlan_mac_set_rdata_e1x(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1636
static INLINE int ecore_validate_vlan_mac_add(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1684
static INLINE int ecore_validate_vlan_mac_del(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1743
static INLINE int ecore_validate_vlan_mac_move(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2023
static INLINE int ecore_vlan_mac_get_registry_elem(
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2202
static INLINE int ecore_vlan_mac_push_new_cmd(
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2400
static INLINE void ecore_init_raw_obj(struct ecore_raw_obj *raw, u8 cl_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2418
static INLINE void ecore_init_vlan_mac_common(struct ecore_vlan_mac_obj *o,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2600
static INLINE void __storm_memset_mac_filters(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
268
static INLINE void ecore_exe_queue_init(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2694
static INLINE void ecore_rx_mode_set_rdata_hdr_e2(u32 cid,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2702
static INLINE void ecore_rx_mode_set_cmd_state_e2(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2898
static INLINE u8 ecore_mcast_bin_from_mac(u8 *mac)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
299
static INLINE void ecore_exe_queue_free_elem(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3023
static INLINE int ecore_mcast_get_next_bin(struct ecore_mcast_obj *o, int last)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3050
static INLINE int ecore_mcast_clear_first_bin(struct ecore_mcast_obj *o)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
306
static INLINE int ecore_exe_queue_length(struct ecore_exe_queue_obj *o)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3060
static INLINE u8 ecore_mcast_get_rx_tx_flag(struct ecore_mcast_obj *o)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3138
static INLINE int ecore_mcast_handle_restore_cmd_e2(
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3169
static INLINE void ecore_mcast_hdl_pending_add_e2(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3205
static INLINE void ecore_mcast_hdl_pending_del_e2(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3235
static INLINE void ecore_mcast_hdl_pending_restore_e2(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3250
static INLINE int ecore_mcast_handle_pending_cmds_e2(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3295
static INLINE void ecore_mcast_hdl_add(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3317
static INLINE void ecore_mcast_hdl_del(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3347
static INLINE int ecore_mcast_handle_current_cmd(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
336
static INLINE int ecore_exe_queue_add(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3443
static INLINE void ecore_mcast_set_rdata_hdr_e2(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3468
static INLINE int ecore_mcast_refresh_registry_e2(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3593
static INLINE void ecore_mcast_hdl_add_e1h(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3615
static INLINE void ecore_mcast_hdl_restore_e1h(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
374
static INLINE void __ecore_exe_queue_reset_pending(
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3792
static INLINE void ecore_mcast_set_rdata_hdr_e1(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3825
static INLINE int ecore_mcast_handle_restore_cmd_e1(
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3850
static INLINE int ecore_mcast_handle_pending_cmds_e1(
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3909
static INLINE void ecore_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3931
static INLINE int ecore_mcast_refresh_registry_e1(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
399
static INLINE int ecore_exe_queue_step(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4282
static INLINE BOOL __atomic_add_ifless(atomic_t *v, int a, int u)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4310
static INLINE BOOL __atomic_dec_ifmoe(atomic_t *v, int a, int u)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4442
static INLINE void ecore_init_credit_pool(struct ecore_credit_pool_obj *p,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
466
static INLINE BOOL ecore_exe_queue_empty(struct ecore_exe_queue_obj *o)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
476
static INLINE struct ecore_exeq_elem *ecore_exe_queue_alloc_elem(
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5152
static INLINE int ecore_q_init(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5199
static INLINE int ecore_q_send_setup_e1x(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
521
static INLINE int ecore_state_wait(struct _lm_device_t *pdev, int state,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5227
static INLINE int ecore_q_send_setup_e2(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5386
static INLINE int ecore_q_send_update(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5428
static INLINE int ecore_q_send_deactivate(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5448
static INLINE int ecore_q_send_activate(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5483
static INLINE int ecore_q_send_update_tpa(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5518
static INLINE int ecore_q_send_halt(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5546
static INLINE int ecore_q_send_cfc_del(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5563
static INLINE int ecore_q_send_terminate(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5580
static INLINE int ecore_q_send_empty(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5590
static INLINE int ecore_queue_send_cmd_cmn(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6001
static INLINE int ecore_func_state_change_comp(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6173
static INLINE int ecore_func_init_func(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6190
static INLINE int ecore_func_init_port(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6210
static INLINE int ecore_func_init_cmn_chip(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6230
static INLINE int ecore_func_init_cmn(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6315
static INLINE void ecore_func_reset_func(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6336
static INLINE void ecore_func_reset_port(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6353
static INLINE void ecore_func_reset_cmn(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6360
static INLINE int ecore_func_hw_reset(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6392
static INLINE int ecore_func_send_start(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6445
static INLINE int ecore_func_send_switch_update(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6517
static INLINE int ecore_func_send_afex_update(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6555
INLINE int ecore_func_send_afex_viflists(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6592
static INLINE int ecore_func_send_stop(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6599
static INLINE int ecore_func_send_tx_stop(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6605
static INLINE int ecore_func_send_tx_start(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6636
static INLINE int ecore_func_send_set_timesync(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
43
static INLINE void lm_inc_er_debug_idx(lm_device_t * pdev)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
1460
static INLINE u8_t lm_reset_nig_valid_offset(lm_device_t * pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
691
INLINE STATIC u32_t
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
712
INLINE STATIC u8_t
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
727
INLINE STATIC u16_t
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
742
INLINE void
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2245
static INLINE lm_status_t _init_mcast_macs_list(lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2278
static INLINE void __free_mcast_macs_list(lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2756
static INLINE void lm_eq_handle_function_start_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2763
static INLINE void lm_eq_handle_function_stop_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2771
static INLINE void lm_eq_handle_cfc_del_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2825
static INLINE void lm_eq_handle_fwd_setup_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2836
static INLINE void lm_eq_handle_mcast_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2896
static INLINE void lm_eq_handle_classification_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3004
static INLINE void lm_eq_handle_stats_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3019
static INLINE void lm_eq_handle_filter_rules_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3054
static INLINE void lm_eq_handle_rss_update_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3104
static INLINE void lm_eq_handle_function_update_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3186
static INLINE void lm_eq_handle_niv_vif_lists_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3211
static INLINE void lm_eq_handle_vf_flr_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3234
static INLINE void lm_eq_handle_malicious_vf_eqe(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3249
static INLINE lm_status_t lm_service_eq_elem(struct _lm_device_t * pdev, union event_ring_elem * elem)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
58
#ifndef INLINE
usr/src/uts/common/io/i40e/core/i40e_adminq.h
122
static INLINE int i40e_aq_rc_to_posix(int aq_ret, int aq_rc)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
867
static INLINE u8 i40e_nvmupd_get_module(u32 val)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
871
static INLINE u8 i40e_nvmupd_get_transaction(u32 val)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
876
static INLINE u8 i40e_nvmupd_get_preservation_flags(u32 val)
usr/src/uts/common/io/i40e/core/i40e_prototype.h
499
static INLINE struct i40e_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype)
usr/src/uts/common/io/i40e/core/i40e_prototype.h
513
static INLINE enum virtchnl_link_speed
usr/src/uts/common/io/i40e/core/i40e_type.h
778
static INLINE bool i40e_is_vf(struct i40e_hw *hw)
usr/src/uts/sun4u/opl/ml/drmach.il.cpp
39
#ifndef INLINE
usr/src/uts/sun4u/serengeti/ml/sbdp.il.cpp
39
#ifndef INLINE