Searched refs:leaf (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/dec/tulip/ |
D | eeprom.c | 244 struct medialeaf *leaf = &mtable->mleaf[i]; in tulip_parse_eeprom() local 247 leaf->type = 0; in tulip_parse_eeprom() 248 leaf->media = p[0] & 0x3f; in tulip_parse_eeprom() 249 leaf->leafdata = p; in tulip_parse_eeprom() 254 leaf->type = p[1]; in tulip_parse_eeprom() 257 leaf->media = p[2] & 0x0f; in tulip_parse_eeprom() 263 leaf->leafdata = p + 2; in tulip_parse_eeprom() 270 leaf->media = 11; in tulip_parse_eeprom() 276 leaf->media = p[2] & MEDIA_MASK; in tulip_parse_eeprom() 278 if (tp->chip_id == DM910X && leaf->media == 1) in tulip_parse_eeprom() [all …]
|
/drivers/md/persistent-data/ |
D | dm-array.h | 161 int (*fn)(void *context, uint64_t key, void *leaf),
|
D | dm-array.c | 771 int (*fn)(void *context, uint64_t key, void *leaf); 775 static int walk_ablock(void *context, uint64_t *keys, void *leaf) in walk_ablock() argument 786 memcpy(&block_le, leaf, sizeof(block_le)); in walk_ablock() 806 int (*fn)(void *, uint64_t key, void *leaf), in dm_array_walk() argument
|
D | dm-btree.h | 159 int (*fn)(void *context, uint64_t *keys, void *leaf),
|
D | dm-btree.c | 835 int (*fn)(void *context, uint64_t *keys, void *leaf), in walk_node() argument 870 int (*fn)(void *context, uint64_t *keys, void *leaf), in dm_btree_walk() argument
|
/drivers/staging/skein/ |
D | skein.h | 223 #define SKEIN_CFG_TREE_INFO(leaf, node, max_lvl) \ argument 224 ((((u64)(leaf)) << SKEIN_CFG_TREE_LEAF_SIZE_POS) | \
|
/drivers/md/ |
D | dm-cache-metadata.c | 1107 static int __load_mapping(void *context, uint64_t cblock, void *leaf) in __load_mapping() argument 1118 memcpy(&value, leaf, sizeof(value)); in __load_mapping() 1166 static int __dump_mapping(void *context, uint64_t cblock, void *leaf) in __dump_mapping() argument 1173 memcpy(&value, leaf, sizeof(value)); in __dump_mapping()
|
/drivers/firewire/ |
D | sbp2.c | 1017 const u32 *leaf) in sbp2_get_unit_unique_id() argument 1019 if ((leaf[0] & 0xffff0000) == 0x00020000) in sbp2_get_unit_unique_id() 1020 tgt->guid = (u64)leaf[1] << 32 | leaf[2]; in sbp2_get_unit_unique_id()
|
D | core-device.c | 122 const u32 *leaf = search_leaf(directory, key); in fw_csr_string() local 123 if (!leaf) in fw_csr_string() 126 return textual_leaf_to_string(leaf, buf, size); in fw_csr_string()
|
/drivers/scsi/ |
D | sg.c | 2452 const struct sg_proc_leaf *leaf = &sg_proc_leaf_arr[k]; in sg_proc_init() local 2453 umode_t mask = leaf->fops->write ? S_IRUGO | S_IWUSR : S_IRUGO; in sg_proc_init() 2454 proc_create(leaf->name, mask, sg_proc_sgp, leaf->fops); in sg_proc_init()
|