Searched refs:termhdr (Results 1 – 1 of 1) sorted by relevance
3164 struct nes_terminate_hdr *termhdr; in nes_bld_terminate_hdr() local3166 termhdr = (struct nes_terminate_hdr *)nesqp->hwqp.q2_vbase; in nes_bld_terminate_hdr()3167 memset(termhdr, 0, 64); in nes_bld_terminate_hdr()3176 termhdr->hdrct = DDP_LEN_FLAG; in nes_bld_terminate_hdr()3181 termhdr->hdrct |= DDP_HDR_FLAG; in nes_bld_terminate_hdr()3186 termhdr->hdrct |= DDP_HDR_FLAG; in nes_bld_terminate_hdr()3192 termhdr->hdrct |= RDMA_HDR_FLAG; in nes_bld_terminate_hdr()3204 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_TAGGED_BUFFER; in nes_bld_terminate_hdr()3205 termhdr->error_code = DDP_TAGGED_INV_STAG; in nes_bld_terminate_hdr()3209 termhdr->layer_etype = (LAYER_RDMA << 4) | RDMAP_REMOTE_PROT; in nes_bld_terminate_hdr()[all …]