Searched refs:LAYER_DDP (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 580 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 599 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 603 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 615 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 620 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 623 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 636 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 643 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 647 *layer_type = LAYER_DDP|DDP_LOCAL_CATA; in build_term_codes() 651 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes()
|
D | iwch_cm.h | 88 LAYER_DDP = 0x10, enumerator
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_hw.c | 3152 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_TAGGED_BUFFER; in nes_bld_terminate_hdr() 3168 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER; in nes_bld_terminate_hdr() 3189 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_TAGGED_BUFFER; in nes_bld_terminate_hdr() 3213 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_TAGGED_BUFFER; in nes_bld_terminate_hdr() 3241 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_CATASTROPHIC; in nes_bld_terminate_hdr() 3247 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_CATASTROPHIC; in nes_bld_terminate_hdr() 3253 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER; in nes_bld_terminate_hdr() 3258 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER; in nes_bld_terminate_hdr() 3264 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_TAGGED_BUFFER; in nes_bld_terminate_hdr() 3267 termhdr->layer_etype = (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER; in nes_bld_terminate_hdr() [all …]
|
D | nes_hw.h | 1300 LAYER_DDP = 1, enumerator
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1498 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 1517 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1521 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 1533 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1538 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 1541 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1554 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1561 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1565 *layer_type = LAYER_DDP|DDP_LOCAL_CATA; in build_term_codes() 1569 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes()
|
D | iw_cxgb4.h | 801 LAYER_DDP = 0x10, enumerator
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_ctrl.c | 4423 (LAYER_DDP << 4) | DDP_TAGGED_BUFFER, DDP_TAGGED_INV_STAG); in i40iw_bld_terminate_hdr() 4432 (LAYER_DDP << 4) | DDP_TAGGED_BUFFER, DDP_TAGGED_BOUNDS); in i40iw_bld_terminate_hdr() 4441 (LAYER_DDP << 4) | DDP_TAGGED_BUFFER, DDP_TAGGED_UNASSOC_STAG); in i40iw_bld_terminate_hdr() 4460 (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER, DDP_UNTAGGED_INV_QN); in i40iw_bld_terminate_hdr() 4495 (LAYER_DDP << 4) | DDP_CATASTROPHIC, DDP_CATASTROPHIC_LOCAL); in i40iw_bld_terminate_hdr() 4500 (LAYER_DDP << 4) | DDP_CATASTROPHIC, DDP_CATASTROPHIC_LOCAL); in i40iw_bld_terminate_hdr() 4504 (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER, DDP_UNTAGGED_INV_MSN_RANGE); in i40iw_bld_terminate_hdr() 4509 (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER, DDP_UNTAGGED_INV_TOO_LONG); in i40iw_bld_terminate_hdr() 4514 (LAYER_DDP << 4) | DDP_TAGGED_BUFFER, DDP_TAGGED_INV_DDP_VER); in i40iw_bld_terminate_hdr() 4517 (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER, DDP_UNTAGGED_INV_DDP_VER); in i40iw_bld_terminate_hdr() [all …]
|
D | i40iw_type.h | 97 LAYER_DDP = 1, enumerator
|