Home
last modified time | relevance | path

Searched refs:ibtl_cq_list_end (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c142 static ibtl_cq_t *ibtl_cq_list_start, *ibtl_cq_list_end; variable
1314 if (ibtl_cq == ibtl_cq_list_end) in ibtl_cq_thread()
1315 ibtl_cq_list_end = NULL; in ibtl_cq_thread()
1371 if (ibtl_cq_list_end == NULL) in ibc_cq_handler()
1374 ibtl_cq_list_end->cq_link = ibtl_cq; in ibc_cq_handler()
1375 ibtl_cq_list_end = ibtl_cq; in ibc_cq_handler()