Home
last modified time | relevance | path

Searched refs:hashes (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_sfb.c89 u32 hashes[2]; member
104 return sfb_skb_cb(skb)->hashes[slot]; in sfb_hash()
142 sfbhash = cb->hashes[0]; in increment_qlen()
146 sfbhash = cb->hashes[1]; in increment_qlen()
328 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue()
346 sfb_skb_cb(skb)->hashes[slot] = 0; in sfb_enqueue()
361 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_sfb.c89 u32 hashes[2]; member
104 return sfb_skb_cb(skb)->hashes[slot]; in sfb_hash()
142 sfbhash = cb->hashes[0]; in increment_qlen()
146 sfbhash = cb->hashes[1]; in increment_qlen()
328 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue()
346 sfb_skb_cb(skb)->hashes[slot] = 0; in sfb_enqueue()
361 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dsr9700.c263 u8 *hashes = (u8 *)&dev->data; in sr9700_set_multicast() local
267 memset(hashes, 0x00, SR_MCAST_SIZE); in sr9700_set_multicast()
269 hashes[SR_MCAST_SIZE - 1] |= SR_MCAST_ADDR_FLAG; in sr9700_set_multicast()
280 hashes[crc >> 3] |= 1 << (crc & 0x7); in sr9700_set_multicast()
284 sr_write_async(dev, SR_MAR, SR_MCAST_SIZE, hashes); in sr9700_set_multicast()
H A Ddm9601.c299 u8 *hashes = (u8 *) & dev->data; in dm9601_set_multicast() local
302 memset(hashes, 0x00, DM_MCAST_SIZE); in dm9601_set_multicast()
303 hashes[DM_MCAST_SIZE - 1] |= 0x80; /* broadcast address */ in dm9601_set_multicast()
315 hashes[crc >> 3] |= 1 << (crc & 0x7); in dm9601_set_multicast()
319 dm_write_async(dev, DM_MCAST_ADDR, DM_MCAST_SIZE, hashes); in dm9601_set_multicast()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dsr9700.c264 u8 *hashes = (u8 *)&dev->data; in sr9700_set_multicast() local
268 memset(hashes, 0x00, SR_MCAST_SIZE); in sr9700_set_multicast()
270 hashes[SR_MCAST_SIZE - 1] |= SR_MCAST_ADDR_FLAG; in sr9700_set_multicast()
281 hashes[crc >> 3] |= 1 << (crc & 0x7); in sr9700_set_multicast()
285 sr_write_async(dev, SR_MAR, SR_MCAST_SIZE, hashes); in sr9700_set_multicast()
H A Ddm9601.c300 u8 *hashes = (u8 *) & dev->data; in dm9601_set_multicast() local
303 memset(hashes, 0x00, DM_MCAST_SIZE); in dm9601_set_multicast()
304 hashes[DM_MCAST_SIZE - 1] |= 0x80; /* broadcast address */ in dm9601_set_multicast()
316 hashes[crc >> 3] |= 1 << (crc & 0x7); in dm9601_set_multicast()
320 dm_write_async(dev, DM_MCAST_ADDR, DM_MCAST_SIZE, hashes); in dm9601_set_multicast()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddabtree.h13 xfs_dahash_t hashes[XFS_DA_NODE_MAXDEPTH]; member
H A Ddabtree.c107 if (hash < ds->hashes[level]) in xchk_da_btree_hash()
109 ds->hashes[level] = hash; in xchk_da_btree_hash()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddabtree.h13 xfs_dahash_t hashes[XFS_DA_NODE_MAXDEPTH]; member
H A Ddabtree.c108 if (hash < ds->hashes[level]) in xchk_da_btree_hash()
110 ds->hashes[level] = hash; in xchk_da_btree_hash()
/kernel/linux/linux-5.10/fs/reiserfs/
H A DMakefile10 hashes.o tail_conversion.o journal.o resize.o \
/kernel/linux/linux-6.6/fs/reiserfs/
H A DMakefile10 hashes.o tail_conversion.o journal.o resize.o \
/kernel/linux/linux-6.6/certs/
H A DMakefile16 $(AWK) -f $(srctree)/$(src)/check-blacklist-hashes.awk $(CONFIG_SYSTEM_BLACKLIST_HASH_LIST) >&2; \

Completed in 9 milliseconds