Home
last modified time | relevance | path

Searched refs:qb_attr_code (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c35 struct qb_attr_code code_generic_verb = QB_CODE(0, 0, 7);
36 struct qb_attr_code code_generic_rslt = QB_CODE(0, 8, 8);
44 struct qb_attr_code code_sdqcr_dct = QB_CODE(0, 24, 2);
45 struct qb_attr_code code_sdqcr_fc = QB_CODE(0, 29, 1);
46 struct qb_attr_code code_sdqcr_tok = QB_CODE(0, 16, 8);
175 static struct qb_attr_code code_eq_cmd = QB_CODE(0, 0, 2);
176 static struct qb_attr_code code_eq_orp_en = QB_CODE(0, 2, 1);
177 static struct qb_attr_code code_eq_tgt_id = QB_CODE(2, 0, 24);
179 static struct qb_attr_code code_eq_qd_en = QB_CODE(0, 4, 1);
180 static struct qb_attr_code code_eq_qd_bin = QB_CODE(4, 0, 16);
[all …]
H A Dqbman_portal.h118 struct qb_attr_code { struct
128 static inline uint32_t qb_attr_code_decode(const struct qb_attr_code *code, in qb_attr_code_decode() argument
136 static inline void qb_attr_code_encode(const struct qb_attr_code *code, in qb_attr_code_encode()
144 static inline void qb_attr_code_encode_64(const struct qb_attr_code *code, in qb_attr_code_encode_64()