Searched refs:curr_data (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/sched/ |
D | act_ife.c | 734 u8 *curr_data; in tcf_ife_decode() local 738 curr_data = ife_tlv_meta_decode(tlv_data, ifehdr_end, &mtype, in tcf_ife_decode() 740 if (!curr_data) { in tcf_ife_decode() 745 if (find_decode_metaid(skb, ife, mtype, dlen, curr_data)) { in tcf_ife_decode()
|
/Linux-v5.10/drivers/scsi/ |
D | FlashPoint.c | 5873 unsigned char curr_data, ret_data; in FPT_scxferc() local 5875 curr_data = p_data | BIT(7) | BIT(5); /*Start with DB7 & DB5 asserted. */ in FPT_scxferc() 5877 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5879 curr_data &= ~BIT(7); in FPT_scxferc() 5881 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5888 curr_data |= BIT(6); in FPT_scxferc() 5890 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5892 curr_data &= ~BIT(5); in FPT_scxferc() 5894 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5898 curr_data &= ~(BIT(4) | BIT(3) | BIT(2) | BIT(1) | BIT(0)); /*Release data bits */ in FPT_scxferc() [all …]
|
/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 1712 unsigned short curr_data = 0, curr_prot = 0; in lpfc_bg_setup_bpl_prot() local 1879 curr_data++; in lpfc_bg_setup_bpl_prot() 2136 unsigned short curr_data = 0, curr_prot = 0; in lpfc_bg_setup_sgl_prot() local 2380 curr_data++; in lpfc_bg_setup_sgl_prot()
|