Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h107 u32 byte1_location; member
626 u32 byte1_location; member
H A Dmacsec_api.c912 packed_record[5] |= (rec->byte1_location & 0x1F) << 11; in set_ingress_postclass_record()
913 packed_record[6] = (rec->byte1_location >> 5) & 0x1; in set_ingress_postclass_record()
1016 rec->byte1_location = (packed_record[5] >> 11) & 0x1F; in get_ingress_postclass_record()
1017 rec->byte1_location |= (packed_record[6] & 0x1) << 5; in get_ingress_postclass_record()
1311 packed_record[21] |= (rec->byte1_location & 0x3F) << 6; in set_egress_class_record()
1462 rec->byte1_location = (packed_record[21] >> 6) & 0x3F; in get_egress_class_record()