Lines Matching refs:termhdr
4477 struct i40iw_terminate_hdr *termhdr; in i40iw_bld_terminate_hdr() local
4479 termhdr = (struct i40iw_terminate_hdr *)qp->q2_buf; in i40iw_bld_terminate_hdr()
4480 memset(termhdr, 0, Q2_BAD_FRAME_OFFSET); in i40iw_bld_terminate_hdr()
4488 termhdr->hdrct = DDP_LEN_FLAG; in i40iw_bld_terminate_hdr()
4493 termhdr->hdrct |= DDP_HDR_FLAG; in i40iw_bld_terminate_hdr()
4498 termhdr->hdrct |= DDP_HDR_FLAG; in i40iw_bld_terminate_hdr()
4504 termhdr->hdrct |= RDMA_HDR_FLAG; in i40iw_bld_terminate_hdr()
4517 i40iw_setup_termhdr(qp, termhdr, FLUSH_PROT_ERR, in i40iw_bld_terminate_hdr()
4520 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_ACCESS_ERR, in i40iw_bld_terminate_hdr()
4526 i40iw_setup_termhdr(qp, termhdr, FLUSH_PROT_ERR, in i40iw_bld_terminate_hdr()
4529 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_ACCESS_ERR, in i40iw_bld_terminate_hdr()
4535 i40iw_setup_termhdr(qp, termhdr, FLUSH_PROT_ERR, in i40iw_bld_terminate_hdr()
4540 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_ACCESS_ERR, in i40iw_bld_terminate_hdr()
4544 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_ACCESS_ERR, in i40iw_bld_terminate_hdr()
4550 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_ACCESS_ERR, in i40iw_bld_terminate_hdr()
4554 i40iw_setup_termhdr(qp, termhdr, FLUSH_LOC_QP_OP_ERR, in i40iw_bld_terminate_hdr()
4563 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_OP_ERR, in i40iw_bld_terminate_hdr()
4567 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_ACCESS_ERR, in i40iw_bld_terminate_hdr()
4575 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_ACCESS_ERR, in i40iw_bld_terminate_hdr()
4580 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_ACCESS_ERR, in i40iw_bld_terminate_hdr()
4584 i40iw_setup_termhdr(qp, termhdr, FLUSH_GENERAL_ERR, in i40iw_bld_terminate_hdr()
4589 i40iw_setup_termhdr(qp, termhdr, FLUSH_LOC_LEN_ERR, in i40iw_bld_terminate_hdr()
4594 i40iw_setup_termhdr(qp, termhdr, FLUSH_FATAL_ERR, in i40iw_bld_terminate_hdr()
4598 i40iw_setup_termhdr(qp, termhdr, FLUSH_GENERAL_ERR, in i40iw_bld_terminate_hdr()
4603 i40iw_setup_termhdr(qp, termhdr, FLUSH_LOC_LEN_ERR, in i40iw_bld_terminate_hdr()
4608 i40iw_setup_termhdr(qp, termhdr, FLUSH_GENERAL_ERR, in i40iw_bld_terminate_hdr()
4611 i40iw_setup_termhdr(qp, termhdr, FLUSH_GENERAL_ERR, in i40iw_bld_terminate_hdr()
4615 i40iw_setup_termhdr(qp, termhdr, FLUSH_GENERAL_ERR, in i40iw_bld_terminate_hdr()
4619 i40iw_setup_termhdr(qp, termhdr, FLUSH_REM_OP_ERR, in i40iw_bld_terminate_hdr()
4623 i40iw_setup_termhdr(qp, termhdr, FLUSH_GENERAL_ERR, in i40iw_bld_terminate_hdr()
4627 i40iw_setup_termhdr(qp, termhdr, FLUSH_GENERAL_ERR, in i40iw_bld_terminate_hdr()
4631 i40iw_setup_termhdr(qp, termhdr, FLUSH_LOC_QP_OP_ERR, in i40iw_bld_terminate_hdr()
4635 i40iw_setup_termhdr(qp, termhdr, FLUSH_FATAL_ERR, in i40iw_bld_terminate_hdr()
4641 memcpy(termhdr + 1, pkt, copy_len); in i40iw_bld_terminate_hdr()
4692 struct i40iw_terminate_hdr *termhdr; in i40iw_terminate_received() local
4722 termhdr = (struct i40iw_terminate_hdr *)&mpa[5]; in i40iw_terminate_received()
4723 if (termhdr->layer_etype == RDMAP_REMOTE_PROT || in i40iw_terminate_received()
4724 termhdr->layer_etype == RDMAP_REMOTE_OP) { in i40iw_terminate_received()