Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_struct.h87 u32 byte3_location; member
610 u32 byte3_location; member
Dmacsec_api.c899 packed_record[4] |= (rec->byte3_location & 0x1F) << 11; in set_ingress_postclass_record()
900 packed_record[5] = (rec->byte3_location >> 5) & 0x1; in set_ingress_postclass_record()
1003 rec->byte3_location = (packed_record[4] >> 11) & 0x1F; in get_ingress_postclass_record()
1004 rec->byte3_location |= (packed_record[5] & 0x1) << 5; in get_ingress_postclass_record()
1298 packed_record[20] |= (rec->byte3_location & 0x3F) << 8; in set_egress_class_record()
1449 rec->byte3_location = (packed_record[20] >> 8) & 0x3F; in get_egress_class_record()