Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_qp.c530 u8 *layer_type, u8 *ecode) in build_term_codes() argument
551 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP; in build_term_codes()
554 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
559 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
567 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
571 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
575 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
580 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes()
583 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
589 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP; in build_term_codes()
[all …]
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dqp.c1443 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, in build_term_codes() argument
1453 *layer_type = LAYER_RDMAP|DDP_LOCAL_CATA; in build_term_codes()
1469 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP; in build_term_codes()
1472 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
1477 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
1485 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
1489 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
1493 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
1498 *layer_type = LAYER_DDP|DDP_TAGGED_ERR; in build_term_codes()
1501 *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT; in build_term_codes()
[all …]
/Linux-v4.19/include/uapi/linux/
Dcdrom.h532 __u8 layer_type : 4; member
/Linux-v4.19/drivers/cdrom/
Dcdrom.c1823 layer->layer_type = base[2] & 0xf; in dvd_read_physical()