Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h87 u32 byte3_location; member
610 u32 byte3_location; member
H A Dmacsec_api.c903 packed_record[4] |= (rec->byte3_location & 0x1F) << 11; in set_ingress_postclass_record()
904 packed_record[5] = (rec->byte3_location >> 5) & 0x1; in set_ingress_postclass_record()
1007 rec->byte3_location = (packed_record[4] >> 11) & 0x1F; in get_ingress_postclass_record()
1008 rec->byte3_location |= (packed_record[5] & 0x1) << 5; in get_ingress_postclass_record()
1302 packed_record[20] |= (rec->byte3_location & 0x3F) << 8; in set_egress_class_record()
1453 rec->byte3_location = (packed_record[20] >> 8) & 0x3F; in get_egress_class_record()