Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c1384 if (!(sbp->pkt_flags & PACKET_STALE)) { in emlxs_tx_watchdog()
1387 PACKET_STALE; in emlxs_tx_watchdog()
1404 if ((sbp->pkt_flags & PACKET_STALE)) { in emlxs_tx_watchdog()
1407 ~PACKET_STALE; in emlxs_tx_watchdog()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h166 #define PACKET_STALE 0x00001000 macro