Home
last modified time | relevance | path

Searched refs:curr_data (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dact_ife.c735 u8 *curr_data; in tcf_ife_decode() local
739 curr_data = ife_tlv_meta_decode(tlv_data, ifehdr_end, &mtype, in tcf_ife_decode()
741 if (!curr_data) { in tcf_ife_decode()
746 if (find_decode_metaid(skb, ife, mtype, dlen, curr_data)) { in tcf_ife_decode()
/linux/drivers/scsi/
H A DFlashPoint.c5841 unsigned char curr_data, ret_data; in FPT_scxferc() local
5843 curr_data = p_data | BIT(7) | BIT(5); /*Start with DB7 & DB5 asserted. */ in FPT_scxferc()
5845 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()
5847 curr_data &= ~BIT(7); in FPT_scxferc()
5849 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()
5856 curr_data |= BIT(6); in FPT_scxferc()
5858 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()
5860 curr_data &= ~BIT(5); in FPT_scxferc()
5862 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()
5866 curr_data &= ~(BIT(4) | BIT(3) | BIT(2) | BIT(1) | BIT(0)); /*Release data bits */ in FPT_scxferc()
[all …]