Searched refs:status_word (Results 1 – 9 of 9) sorted by relevance
58 #define ICP_QAT_FW_PKE_RESP_PKE_STAT_GET(status_word) \ argument59 QAT_FIELD_GET(((status_word >> ICP_QAT_FW_COMN_ONE_BYTE_SHIFT) & \
140 } status_word; in aha1740_makecode() local143 status_word = * (struct statusword *) status; in aha1740_makecode()149 if (!status_word.don) { /* Anything abnormal was detected */ in aha1740_makecode()150 if ( (status[1]&0x18) || status_word.sc ) { in aha1740_makecode()155 if ( status_word.dor ) in aha1740_makecode()183 if ( status_word.qf ) { in aha1740_makecode()
710 WARN_ON(!sc->status_word); in octeon_send_soft_command()711 *sc->status_word = COMPLETION_WORD_INIT; in octeon_send_soft_command()724 WARN_ON(!sc->status_word); in octeon_send_soft_command()725 *sc->status_word = COMPLETION_WORD_INIT; in octeon_send_soft_command()792 if (*sc->status_word == COMPLETION_WORD_INIT) { in octeon_free_sc_done_list()923 sc->status_word = (u64 *)((u8 *)(sc->virtrptr) + rdatasize - 8); in octeon_alloc_soft_command()
71 *sc->status_word = COMPLETION_WORD_INIT; in octeon_alloc_soft_command_resp()
94 status64 = *sc->status_word; in lio_process_ordered_list()
278 u64 *status_word; member
163 u32 status_word; member
426 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_rxmac_reset()716 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_post_rxds()762 u64 status = le64_to_cpu(rxd->status_word); in gem_rx()1575 rxd->status_word = 0; in gem_clean_rings()1626 rxd->status_word = 0; in gem_init_rings()1639 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_init_rings()
867 __le64 status_word; member