Searched refs:LAYER_DDP (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | qp.c | 1037 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 1056 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1060 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 1072 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1077 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes() 1080 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1093 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1100 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes() 1104 *layer_type = LAYER_DDP|DDP_LOCAL_CATA; in build_term_codes() 1108 *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR; in build_term_codes()
|
| H A D | iw_cxgbe.h | 717 LAYER_DDP = 0x10, 718 LAYER_DDP = 0x10, global() enumerator
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_ctrl.c | 1730 (LAYER_DDP << 4) | DDP_TAGGED_BUF, in irdma_bld_terminate_hdr() 1741 (LAYER_DDP << 4) | DDP_TAGGED_BUF, in irdma_bld_terminate_hdr() 1752 (LAYER_DDP << 4) | DDP_TAGGED_BUF, in irdma_bld_terminate_hdr() 1775 (LAYER_DDP << 4) | DDP_UNTAGGED_BUF, in irdma_bld_terminate_hdr() 1814 (LAYER_DDP << 4) | DDP_CATASTROPHIC, in irdma_bld_terminate_hdr() 1820 (LAYER_DDP << 4) | DDP_CATASTROPHIC, in irdma_bld_terminate_hdr() 1825 (LAYER_DDP << 4) | DDP_UNTAGGED_BUF, in irdma_bld_terminate_hdr() 1831 (LAYER_DDP << 4) | DDP_UNTAGGED_BUF, in irdma_bld_terminate_hdr() 1837 (LAYER_DDP << 4) | DDP_TAGGED_BUF, in irdma_bld_terminate_hdr() 1841 (LAYER_DDP << 4) | DDP_UNTAGGED_BUF, in irdma_bld_terminate_hdr() [all …]
|
| H A D | irdma_type.h | 91 LAYER_DDP = 1, enumerator
|