Home
last modified time | relevance | path

Searched defs:_lm_device_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm.h118 #define MM_ACQUIRE_SPQ_LOCK(/* struct _lm_device_t* */pdev) MM_ACQUIRE_SPQ_LOCK_IMP(pdev) argument
123 #define MM_ACQUIRE_CID_LOCK(/* struct _lm_device_t* */pdev) MM_ACQUIRE_CID_LOCK_IMP(pdev) argument
124 #define MM_RELEASE_CID_LOCK(/* struct _lm_device_t* */pdev) MM_RELEASE_CID_LOCK_IMP(pdev) argument
137 #define MM_ACQUIRE_MCP_LOCK(/* struct _lm_device_t* */pdev) MM_ACQUIRE_MCP_LOCK_IMP(pdev) argument
138 #define MM_RELEASE_MCP_LOCK(/* struct _lm_device_t* */pdev) MM_RELEASE_MCP_LOCK_IMP(pdev) argument
184 #define MM_ACQUIRE_PF_LOCK(/* struct _lm_device_t* */pdev) MM_ACQUIRE_PF_LOCK_IMP(pdev) argument
185 #define MM_RELEASE_PF_LOCK(/* struct _lm_device_t* */pdev) MM_RELEASE_PF_LOCK_IMP(pdev) argument
195 #define mm_er_initiate_recovery(/* struct _lm_device_t* */pdev) \ argument
198 #define MM_REGISTER_DPC(/* struct _lm_device_t* */_pdev, /* lm_generic_dpc_func */_func) \ argument
204 #define mm_dbus_start_if_enable(/* struct _lm_device_t* */pdev) \ argument
[all …]
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h987 typedef struct _lm_device_t struct
994 lm_os_type_t os_type;
996 lm_variables_t vars;
997 lm_tx_info_t tx_info;
998 lm_rx_info_t rx_info;
1000 lm_kq_info_t kq_info;
1002 lm_offload_info_t ofld;
1004 lm_params_t params;
1005 lm_mc_table_t mc_table;
1013 u32_t chip_reset_cnt;
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3096 typedef struct _lm_device_t struct
3105 lm_variables_t vars;
3106 lm_tx_info_t tx_info;
3107 lm_rx_info_t rx_info;
3108 lm_sq_info_t sq_info;
3109 lm_eq_info_t eq_info;
3135 struct _lm_device_t* pf_dev; argument
3145 flr_stats_t flr_stats;
3147 lm_encap_info_t encap_info;
3149 lm_debug_info_t debug_info;
[all …]