Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c55 Q *abortq, uint8_t *flag);
1153 emlxs_pkt_chip_timeout(emlxs_port_t *port, emlxs_buf_t *sbp, Q *abortq, in emlxs_pkt_chip_timeout() argument
1251 if (abortq->q_first) { in emlxs_pkt_chip_timeout()
1252 ((IOCBQ *)abortq->q_last)->next = iocbq; in emlxs_pkt_chip_timeout()
1253 abortq->q_last = (uint8_t *)iocbq; in emlxs_pkt_chip_timeout()
1254 abortq->q_cnt++; in emlxs_pkt_chip_timeout()
1256 abortq->q_first = (uint8_t *)iocbq; in emlxs_pkt_chip_timeout()
1257 abortq->q_last = (uint8_t *)iocbq; in emlxs_pkt_chip_timeout()
1258 abortq->q_cnt = 1; in emlxs_pkt_chip_timeout()