Lines Matching refs:termhdr

1526  * @opcode: flush opcode for termhdr
1588 struct irdma_terminate_hdr *termhdr;
1590 termhdr = (struct irdma_terminate_hdr *)qp->q2_buf;
1591 memset(termhdr, 0, Q2_BAD_FRAME_OFFSET);
1595 irdma_bld_termhdr_ddp_rdma(pkt, termhdr, &copy_len, &is_tagged);
1607 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_PROT_ERR,
1611 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR,
1618 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_PROT_ERR,
1622 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR,
1629 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_PROT_ERR,
1635 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR,
1640 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR,
1647 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR,
1652 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_LOC_QP_OP_ERR,
1662 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_OP_ERR,
1667 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR,
1676 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR,
1682 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR,
1687 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR,
1691 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_LOC_LEN_ERR,
1697 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_FATAL_ERR,
1702 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR,
1708 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_LOC_LEN_ERR,
1714 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR,
1718 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR,
1723 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR,
1728 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_OP_ERR,
1733 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR,
1738 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR,
1743 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_FATAL_ERR,
1750 memcpy(termhdr + 1, pkt, copy_len);
1798 struct irdma_terminate_hdr *termhdr;
1828 termhdr = (struct irdma_terminate_hdr *)&mpa[5];
1829 if (termhdr->layer_etype == RDMAP_REMOTE_PROT ||
1830 termhdr->layer_etype == RDMAP_REMOTE_OP) {