Searched refs:status_word (Results 1 – 9 of 9) sorted by relevance
102 #define ICP_QAT_FW_PKE_RESP_PKE_STAT_GET(status_word) \ argument103 QAT_FIELD_GET(((status_word >> ICP_QAT_FW_COMN_ONE_BYTE_SHIFT) & \
136 } status_word; in aha1740_makecode() local139 status_word = * (struct statusword *) status; in aha1740_makecode()145 if (!status_word.don) { /* Anything abnormal was detected */ in aha1740_makecode()146 if ( (status[1]&0x18) || status_word.sc ) { in aha1740_makecode()151 if ( status_word.dor ) in aha1740_makecode()178 if ( status_word.qf ) { in aha1740_makecode()
716 WARN_ON(!sc->status_word); in octeon_send_soft_command()717 *sc->status_word = COMPLETION_WORD_INIT; in octeon_send_soft_command()730 WARN_ON(!sc->status_word); in octeon_send_soft_command()731 *sc->status_word = COMPLETION_WORD_INIT; in octeon_send_soft_command()796 if (*sc->status_word == COMPLETION_WORD_INIT) { in octeon_free_sc_done_list()924 sc->status_word = (u64 *)((u8 *)(sc->virtrptr) + rdatasize - 8); in octeon_alloc_soft_command()
92 status64 = *sc->status_word; in lio_process_ordered_list()
71 *sc->status_word = COMPLETION_WORD_INIT; in octeon_alloc_soft_command_resp()
278 u64 *status_word; member
172 u32 status_word; member
426 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_rxmac_reset()727 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_post_rxds()773 u64 status = le64_to_cpu(rxd->status_word); in gem_rx()1595 rxd->status_word = 0; in gem_clean_rings()1646 rxd->status_word = 0; in gem_init_rings()1659 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_init_rings()
867 __le64 status_word; member