Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_qp.c611 u8 *layer_type, u8 *ecode) in build_term_codes() argument
632 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP; in build_term_codes()
635 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
640 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
648 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
652 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
656 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
661 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes()
664 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
670 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP; in build_term_codes()
[all …]
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dqp.c932 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, in build_term_codes() argument
942 *layer_type = LAYER_RDMAP|DDP_LOCAL_CATA; in build_term_codes()
958 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP; in build_term_codes()
961 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
966 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
974 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
978 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
982 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
987 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes()
990 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
[all …]
/linux-4.1.27/include/uapi/linux/
Dcdrom.h531 __u8 layer_type : 4; member
/linux-4.1.27/drivers/cdrom/
Dcdrom.c1826 layer->layer_type = base[2] & 0xf; in dvd_read_physical()