Searched refs:curr_data (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/sched/ |
| D | act_ife.c | 713 u8 *curr_data; in tcf_ife_decode() local 717 curr_data = ife_tlv_meta_decode(tlv_data, ifehdr_end, &mtype, in tcf_ife_decode() 719 if (!curr_data) { in tcf_ife_decode() 724 if (find_decode_metaid(skb, ife, mtype, dlen, curr_data)) { in tcf_ife_decode()
|
| /Linux-v5.4/drivers/scsi/ |
| D | FlashPoint.c | 5870 unsigned char curr_data, ret_data; in FPT_scxferc() local 5872 curr_data = p_data | BIT(7) | BIT(5); /*Start with DB7 & DB5 asserted. */ in FPT_scxferc() 5874 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5876 curr_data &= ~BIT(7); in FPT_scxferc() 5878 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5885 curr_data |= BIT(6); in FPT_scxferc() 5887 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5889 curr_data &= ~BIT(5); in FPT_scxferc() 5891 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc() 5895 curr_data &= ~(BIT(4) | BIT(3) | BIT(2) | BIT(1) | BIT(0)); /*Release data bits */ in FPT_scxferc() [all …]
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_scsi.c | 1708 unsigned short curr_data = 0, curr_prot = 0; in lpfc_bg_setup_bpl_prot() local 1875 curr_data++; in lpfc_bg_setup_bpl_prot() 2132 unsigned short curr_data = 0, curr_prot = 0; in lpfc_bg_setup_sgl_prot() local 2376 curr_data++; in lpfc_bg_setup_sgl_prot()
|