Searched defs:vsw_ldc (Results 1 – 1 of 1) sorted by relevance
319 typedef struct vsw_ldc { struct320 struct vsw_ldc *ldc_next; /* next ldc in the list */ argument321 struct vsw_port *ldc_port; /* associated port */322 struct vsw *ldc_vswp; /* associated vsw */323 kmutex_t ldc_cblock; /* sync callback processing */324 kmutex_t ldc_txlock; /* sync transmits */325 kmutex_t ldc_rxlock; /* sync rx */326 uint64_t ldc_id; /* channel number */327 ldc_handle_t ldc_handle; /* channel handle */328 kmutex_t drain_cv_lock;[all …]