Searched refs:termhdr (Results 1 – 1 of 1) sorted by relevance
3162 struct nes_terminate_hdr *termhdr; in nes_bld_terminate_hdr() local3164 termhdr = (struct nes_terminate_hdr *)nesqp->hwqp.q2_vbase; in nes_bld_terminate_hdr()3165 memset(termhdr, 0, 64); in nes_bld_terminate_hdr()3174 termhdr->hdrct = DDP_LEN_FLAG; in nes_bld_terminate_hdr()3179 termhdr->hdrct |= DDP_HDR_FLAG; in nes_bld_terminate_hdr()3184 termhdr->hdrct |= DDP_HDR_FLAG; in nes_bld_terminate_hdr()3190 termhdr->hdrct |= RDMA_HDR_FLAG; in nes_bld_terminate_hdr()3202 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_TAGGED_BUFFER; in nes_bld_terminate_hdr()3203 termhdr->error_code = DDP_TAGGED_INV_STAG; in nes_bld_terminate_hdr()3207 termhdr->layer_etype = (LAYER_RDMA << 4) | RDMAP_REMOTE_PROT; in nes_bld_terminate_hdr()[all …]