Searched refs:pending_cmds (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c90 if ((link = ha->pending_cmds.first) != NULL) {
91 ql_add_link_b(&ha->pending_cmds, &sp->cmd);
94 ql_remove_link(&ha->pending_cmds, &sp->cmd);
98 if ((link = ha->pending_cmds.first) == NULL) {
107 ql_remove_link(&ha->pending_cmds, &sp->cmd);
135 ql_add_link_t(&ha->pending_cmds, &sp->cmd);
157 ql_add_link_t(&ha->pending_cmds, &sp->cmd);
238 if ((link = ha->pending_cmds.first) == NULL) {
244 ql_remove_link(&ha->pending_cmds, &sp->cmd);
H A Dql_init.c2643 ha->pending_cmds.first = NULL;
2644 ha->pending_cmds.last = NULL;
3919 if ((link = ha->pending_cmds.first) != NULL) {
3921 ql_remove_link(&ha->pending_cmds, &sp->cmd);
H A Dql_api.c3747 for (link = pha->pending_cmds.first; link != NULL;
3752 ql_remove_link(&pha->pending_cmds, &sp->cmd);
7897 if (ha->pha->pending_cmds.first !=
9989 * The pending_cmds que needs to be
10176 if (ha->pha->pending_cmds.first != NULL) {
10383 if (ha->pending_cmds.first != NULL) {
15455 if (ha->pending_cmds.first != NULL) {
H A Dql_isr.c1487 if (ha->pha->pending_cmds.first != NULL) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1468 ql_head_t pending_cmds; member in struct:ql_adapter_state

Completed in 93 milliseconds