Lines Matching defs:polarity
516 * @polarity: compatibility parameter
519 u32 num_sges, u8 polarity)
578 * @polarity: polarity of wqe valid bit
581 u32 num_sges, u8 polarity)
583 u8 inline_valid = polarity << IRDMA_INLINE_VALID_S;
898 cq->polarity = 1;
980 u8 polarity;
990 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword3);
991 if (polarity != cq->polarity)
1005 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword7);
1010 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword7);
1012 polarity ^= 1;
1014 if (polarity != cq->polarity)
1190 cq->polarity ^= 1;
1195 cq->polarity ^= 1;
1483 cq->polarity = 1;
1496 u8 polarity, temp;
1499 temp = cq->polarity;
1506 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword3);
1508 if (polarity != temp)