Home
last modified time | relevance | path

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

/linux/net/sched/
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/
A DFlashPoint.c5841 unsigned char curr_data, ret_data; in FPT_scxferc() local
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()
5867 curr_data |= BIT(7); in FPT_scxferc()
5869 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()
[all …]

Completed in 19 milliseconds