Searched refs:tag0 (Results 1 – 3 of 3) sorted by relevance
131 wrb->tag0 = tag; in alloc_mcc_wrb()132 wrb->tag0 |= (mccq->head << MCC_Q_WRB_IDX_SHIFT) & MCC_Q_WRB_IDX_MASK; in alloc_mcc_wrb()493 tag = (compl->tag0 & MCC_Q_CMD_TAG_MASK); in beiscsi_process_mcc_compl()494 wrb_idx = (compl->tag0 & CQE_STATUS_WRB_MASK) >> CQE_STATUS_WRB_SHIFT; in beiscsi_process_mcc_compl()
37 u32 tag0; /* dword 2 */ member79 u32 tag0; /* dword 1 */ member
160 static struct be_cmd_resp_hdr *be_decode_resp_hdr(u32 tag0, u32 tag1) in be_decode_resp_hdr() argument 165 addr = ((addr << 16) << 16) | tag0; in be_decode_resp_hdr() 259 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process() 614 resp = be_decode_resp_hdr(wrb->tag0, wrb->tag1); in be_mcc_notify_wait() 789 wrb->tag0 = addr & 0xFFFFFFFF; in fill_wrb_tags()