Searched refs:FC_SYNC_BIT (Results 1 – 3 of 3) sorted by relevance
52 #define FC_SYNC_BIT 0x80 /* sync. bit in FC */ macro
1436 queue = (fc & FC_SYNC_BIT) ? QUEUE_S : QUEUE_A0; in send_queued_packets()1440 if ((fc & ~(FC_SYNC_BIT | FC_LLC_PRIOR)) == FC_ASYNC_LLC) { in send_queued_packets()1443 fc &= ~FC_SYNC_BIT; // No bandwidth available. in send_queued_packets()1449 fc |= FC_SYNC_BIT; in send_queued_packets()
1603 if ((fc & ~(FC_SYNC_BIT|FC_LLC_PRIOR)) == FC_ASYNC_LLC) {