Lines Matching refs:termhdr

1678 	struct irdma_terminate_hdr *termhdr;  in irdma_bld_terminate_hdr()  local
1680 termhdr = (struct irdma_terminate_hdr *)qp->q2_buf; in irdma_bld_terminate_hdr()
1681 memset(termhdr, 0, Q2_BAD_FRAME_OFFSET); in irdma_bld_terminate_hdr()
1685 irdma_bld_termhdr_ddp_rdma(pkt, termhdr, &copy_len, &is_tagged); in irdma_bld_terminate_hdr()
1697 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_PROT_ERR, in irdma_bld_terminate_hdr()
1701 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR, in irdma_bld_terminate_hdr()
1708 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_PROT_ERR, in irdma_bld_terminate_hdr()
1712 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR, in irdma_bld_terminate_hdr()
1719 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_PROT_ERR, in irdma_bld_terminate_hdr()
1725 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR, in irdma_bld_terminate_hdr()
1730 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR, in irdma_bld_terminate_hdr()
1737 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR, in irdma_bld_terminate_hdr()
1742 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_LOC_QP_OP_ERR, in irdma_bld_terminate_hdr()
1752 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_OP_ERR, in irdma_bld_terminate_hdr()
1757 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR, in irdma_bld_terminate_hdr()
1766 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR, in irdma_bld_terminate_hdr()
1772 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_ACCESS_ERR, in irdma_bld_terminate_hdr()
1777 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR, in irdma_bld_terminate_hdr()
1781 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_LOC_LEN_ERR, in irdma_bld_terminate_hdr()
1787 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_FATAL_ERR, in irdma_bld_terminate_hdr()
1792 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR, in irdma_bld_terminate_hdr()
1798 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_LOC_LEN_ERR, in irdma_bld_terminate_hdr()
1804 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR, in irdma_bld_terminate_hdr()
1808 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR, in irdma_bld_terminate_hdr()
1813 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR, in irdma_bld_terminate_hdr()
1818 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_REM_OP_ERR, in irdma_bld_terminate_hdr()
1823 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR, in irdma_bld_terminate_hdr()
1828 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_GENERAL_ERR, in irdma_bld_terminate_hdr()
1833 irdma_bld_termhdr_ctrl(qp, termhdr, FLUSH_FATAL_ERR, in irdma_bld_terminate_hdr()
1840 irdma_memcpy(termhdr + 1, pkt, copy_len); in irdma_bld_terminate_hdr()
1842 return sizeof(*termhdr) + copy_len; in irdma_bld_terminate_hdr()
1891 struct irdma_terminate_hdr *termhdr; in irdma_terminate_received() local
1921 termhdr = (struct irdma_terminate_hdr *)&mpa[5]; in irdma_terminate_received()
1922 if (termhdr->layer_etype == RDMAP_REMOTE_PROT || in irdma_terminate_received()
1923 termhdr->layer_etype == RDMAP_REMOTE_OP) { in irdma_terminate_received()