Searched refs:status_word (Results 1 – 14 of 14) 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()
50 #define status_word() \ macro
78 *(short *)&FPU_EAX = status_word(); in fstsw_ax()
309 FPU_put_user(status_word(), in FPU_load_store()
122 partial_status = status_word(); in FPU_printall()
1155 FPU_put_user(status_word(), (unsigned short __user *)(d + 2)); in fstenv()1182 partial_status = status_word() | 0xffff0000; in fstenv()
712 WARN_ON(!sc->status_word); in octeon_send_soft_command()713 *sc->status_word = COMPLETION_WORD_INIT; in octeon_send_soft_command()726 WARN_ON(!sc->status_word); in octeon_send_soft_command()727 *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()920 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()
92 status64 = *sc->status_word; in lio_process_ordered_list()
278 u64 *status_word; member
163 u32 status_word; member
425 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_rxmac_reset()715 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_post_rxds()761 u64 status = le64_to_cpu(rxd->status_word); in gem_rx()1585 rxd->status_word = 0; in gem_clean_rings()1636 rxd->status_word = 0; in gem_init_rings()1649 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_init_rings()
867 __le64 status_word; member
Completed in 29 milliseconds