Home
last modified time | relevance | path

Searched refs:tag0 (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Dspram.c125 unsigned int size, tag0, tag1; in probe_spram() local
135 tag0 = read(offset); in probe_spram()
138 type, i, tag0, tag1); in probe_spram()
156 tag0 = (base & SPRAM_TAG0_PA_MASK) | SPRAM_TAG0_ENABLE; in probe_spram()
157 write(offset, tag0); in probe_spram()
162 tag0 = read(offset); in probe_spram()
163 pa = tag0 & SPRAM_TAG0_PA_MASK; in probe_spram()
164 enabled = tag0 & SPRAM_TAG0_ENABLE; in probe_spram()
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_mgmt.c177 wrb->tag0 |= tag; in be_cmd_modify_eq_delay()
227 wrb->tag0 |= tag; in mgmt_reopen_session()
262 wrb->tag0 |= tag; in mgmt_get_boot_target()
300 wrb->tag0 |= tag; in mgmt_get_session_info()
303 wrb->tag0 |= tag; in mgmt_get_session_info()
541 wrb->tag0 |= tag; in mgmt_vendor_specific_fw_cmd()
606 wrb->tag0 |= tag; in mgmt_invalidate_icds()
647 wrb->tag0 |= tag; in mgmt_invalidate_connection()
682 wrb->tag0 |= tag; in mgmt_upload_connection()
746 wrb->tag0 |= tag; in mgmt_open_connection()
[all …]
Dbe_cmds.c367 tag = (compl->tag0 & 0x000000FF); in be_mcc_compl_process_isr()
372 ctrl->mcc_numtag[tag] |= (compl->tag0 & 0x00FF0000); in be_mcc_compl_process_isr()
816 wrb->tag0 = (mccq->head & 0x000000FF) << 16; in wrb_from_mccq()
1430 wrb->tag0 |= tag; in be_cmd_set_vlan()
Dbe_cmds.h39 u32 tag0; /* dword 2 */ member
79 u32 tag0; /* dword 1 */ member
/linux-4.1.27/arch/alpha/kernel/
Dcore_cia.c353 int ctrl, addr0, tag0, pte0, data0; in verify_tb_operation() local
372 tag0 = addr0 | 1; in verify_tb_operation()
375 *(vip)CIA_IOC_TB_TAGn(0) = tag0; in verify_tb_operation()
401 if (temp != tag0) { in verify_tb_operation()
403 "(tag0 %#x != %#x)\n", temp, tag0); in verify_tb_operation()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c129 static struct be_cmd_resp_hdr *be_decode_resp_hdr(u32 tag0, u32 tag1) in be_decode_resp_hdr() argument
134 addr = ((addr << 16) << 16) | tag0; in be_decode_resp_hdr()
218 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process()
520 resp = be_decode_resp_hdr(wrb->tag0, wrb->tag1); in be_mcc_notify_wait()
694 wrb->tag0 = addr & 0xFFFFFFFF; in fill_wrb_tags()
Dbe_cmds.h38 u32 tag0; /* dword 2 */ member
86 u32 tag0; /* dword 1 */ member
/linux-4.1.27/drivers/scsi/pm8001/
Dpm80xx_hwi.h1021 __le32 tag0; member