Searched refs:type_size (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-powermac.c271 u32 addr, char *type, int type_size)
286 snprintf(type, type_size, "MAC,%s", tmp);
294 snprintf(type, type_size, "MAC,tas3001");
297 snprintf(type, type_size, "MAC,tas3004");
269 i2c_powermac_get_type(struct i2c_adapter *adap, struct device_node *node, u32 addr, char *type, int type_size) argument
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dser.c81 u32 type_size; \
88 p->type_size = sizeof(p->data); \
/linux-master/include/linux/
H A Dbtf.h234 u32 *type_size);
/linux-master/tools/lib/bpf/
H A Dbtf.c418 int err, type_size; local
424 type_size = btf_type_size(next_type);
425 if (type_size < 0)
426 return type_size;
427 if (next_type + type_size > end_type) {
439 next_type += type_size;
/linux-master/kernel/bpf/
H A Dbtf.c1901 * *type_size: (x * y * sizeof(u32)). Hence, *type_size always
1906 * (*type_size / *total_nelems)
1911 * *type_size: sizeof(struct X)
1919 u32 *type_size, const struct btf_type **elem_type,
1974 *type_size = nelems * size;
1989 u32 *type_size)
1991 return __btf_resolve_size(btf, type, type_size, NULL, NULL, NULL, NULL);
2251 btf_verifier_log_type(env, t, "nr_bits exceeds type_size");
4619 u32 var_type_id = vsi->type, type_id, type_size local
1918 __btf_resolve_size(const struct btf *btf, const struct btf_type *type, u32 *type_size, const struct btf_type **elem_type, u32 *elem_id, u32 *total_nelems, u32 *type_id) argument
1988 btf_resolve_size(const struct btf *btf, const struct btf_type *type, u32 *type_size) argument
[all...]
H A Dverifier.c11629 u32 regno = i + 1, ref_id, type_size; local
11957 resolve_ret = btf_resolve_size(btf, ref_t, &type_size);
11963 ret = check_mem_reg(env, reg, regno, type_size);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_ct.c3394 bde->type_size = cpu_to_le32(ULP_BDE64_TYPE_BDE_64 <<
3396 bde->type_size |= cpu_to_le32(size);
H A Dlpfc_els.c277 bpl->type_size = cpu_to_le32(cmd_size);
278 bpl->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64);
284 bpl->type_size = cpu_to_le32(FCELSSIZE);
285 bpl->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64);
H A Dlpfc_sli.c10835 bde->type_size = cpu_to_le32(cmd_size);
10836 bde->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64);
10959 size = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_SIZE_MASK;
10963 size = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_SIZE_MASK;
10964 type = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_TYPE_MASK;
10974 bde->type_size = cpu_to_le32(xmit_len);
10975 bde->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64);
H A Dlpfc_hw4.h264 __le32 type_size; /* type 31:24, size 23:0 */ member in struct:ulp_bde64_le

Completed in 592 milliseconds