Searched refs:je (Results 1 – 3 of 3) sorted by relevance
/drivers/md/ |
D | dm-integrity.c | 94 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block]) argument 97 #define journal_entry_set_sector(je, x) do { smp_wmb(); WRITE_ONCE((je)->u.sector, cpu_to_le64(x))… argument 99 #define journal_entry_set_sector(je, x) do { (je)->u.s.sector_lo = cpu_to_le32(x); smp_wmb(); WRIT… argument 101 #define journal_entry_get_sector(je) le64_to_cpu((je)->u.sector) argument 102 #define journal_entry_is_unused(je) ((je)->u.s.sector_hi == cpu_to_le32(-1)) argument 103 #define journal_entry_set_unused(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-1)); } while (0) argument 104 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2)) argument 105 #define journal_entry_set_inprogress(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-2)); } while (0) argument 715 struct journal_entry *je = access_journal_entry(ic, section, j); in section_mac() local 716 r = crypto_shash_update(desc, (__u8 *)&je->u.sector, sizeof je->u.sector); in section_mac() [all …]
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 99 cmp KERNEL_QINPOS, A je poll_for_work_loop; 132 cmp SCB_TAG, A je . + 2; 326 cmp RETURN_1, EXIT_MSG_LOOP je target_ITloop; 503 cmp TARG_IMMEDIATE_SCB, SCB_LIST_NULL je .; 667 cmp A,P_COMMAND je p_command; 668 cmp A,P_MESGOUT je p_mesgout; 669 cmp A,P_STATUS je p_status; 670 cmp A,P_MESGIN je p_mesgin; 736 cmp CCSGCTL, CCSGEN|CCSGDONE je idle_sgfetch_complete; 1543 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry; [all …]
|
D | aic79xx.seq | 89 cmp COMPLETE_ON_QFREEZE_HEAD[1],SCB_LIST_NULL je idle_loop_checkbus; 95 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL je join_lists; 107 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je idle_loop_checkbus; 354 cmp SCBPTR[1], SCB_LIST_NULL je first_new_target_scb; 403 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je first_new_scb; 428 cmp COMPLETE_SCB_HEAD[1], SCB_LIST_NULL je return; 448 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL je fill_qoutfifo_done; 449 cmp CCSCBADDR, CCSCBADDR_MAX je fill_qoutfifo_done; 748 cmp SCB_NEXT[1], SCB_LIST_NULL je select_out_clear_tail; 856 cmp A,P_COMMAND je p_command; [all …]
|