Searched refs:LAYER_DDP (Results 1 – 4 of 4) sorted by relevance
/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1479 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 1498 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1502 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 1514 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1519 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 1522 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1535 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1542 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1546 *layer_type = LAYER_DDP|DDP_LOCAL_CATA; in build_term_codes() 1550 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes()
|
D | iw_cxgb4.h | 729 LAYER_DDP = 0x10, enumerator
|
/drivers/infiniband/hw/i40iw/ |
D | i40iw_ctrl.c | 4524 (LAYER_DDP << 4) | DDP_TAGGED_BUFFER, DDP_TAGGED_INV_STAG); in i40iw_bld_terminate_hdr() 4533 (LAYER_DDP << 4) | DDP_TAGGED_BUFFER, DDP_TAGGED_BOUNDS); in i40iw_bld_terminate_hdr() 4542 (LAYER_DDP << 4) | DDP_TAGGED_BUFFER, DDP_TAGGED_UNASSOC_STAG); in i40iw_bld_terminate_hdr() 4561 (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER, DDP_UNTAGGED_INV_QN); in i40iw_bld_terminate_hdr() 4596 (LAYER_DDP << 4) | DDP_CATASTROPHIC, DDP_CATASTROPHIC_LOCAL); in i40iw_bld_terminate_hdr() 4601 (LAYER_DDP << 4) | DDP_CATASTROPHIC, DDP_CATASTROPHIC_LOCAL); in i40iw_bld_terminate_hdr() 4605 (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER, DDP_UNTAGGED_INV_MSN_RANGE); in i40iw_bld_terminate_hdr() 4610 (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER, DDP_UNTAGGED_INV_TOO_LONG); in i40iw_bld_terminate_hdr() 4615 (LAYER_DDP << 4) | DDP_TAGGED_BUFFER, DDP_TAGGED_INV_DDP_VER); in i40iw_bld_terminate_hdr() 4618 (LAYER_DDP << 4) | DDP_UNTAGGED_BUFFER, DDP_UNTAGGED_INV_DDP_VER); in i40iw_bld_terminate_hdr() [all …]
|
D | i40iw_type.h | 98 LAYER_DDP = 1, enumerator
|