Home
last modified time | relevance | path

Searched refs:layer_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_qp.c612 u8 *layer_type, u8 *ecode) in build_term_codes() argument
633 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP; in build_term_codes()
636 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
641 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
649 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
653 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
657 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
662 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes()
665 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
671 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP; in build_term_codes()
[all …]
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dqp.c945 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, in build_term_codes() argument
955 *layer_type = LAYER_RDMAP|DDP_LOCAL_CATA; in build_term_codes()
971 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP; in build_term_codes()
974 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
979 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
987 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
991 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
995 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
1000 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes()
1003 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
[all …]
/linux-4.4.14/include/uapi/linux/
Dcdrom.h531 __u8 layer_type : 4; member
/linux-4.4.14/drivers/cdrom/
Dcdrom.c1827 layer->layer_type = base[2] & 0xf; in dvd_read_physical()