Searched refs:OUI (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/wan/ |
| D | dlci.c | 86 memset(hdr.OUI, 0, sizeof(hdr.OUI)); in dlci_header() 136 if (hdr->OUI[0] + hdr->OUI[1] + hdr->OUI[2] != 0) in dlci_receive() 139 hdr->OUI[0], in dlci_receive() 140 hdr->OUI[1], in dlci_receive() 141 hdr->OUI[2]); in dlci_receive()
|
| /Linux-v5.4/include/linux/ |
| D | if_frad.h | 36 unsigned char OUI[3]; member
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_dp_helper.c | 1248 #define OUI(first, second, third) { (first), (second), (third) } macro 1256 { OUI(0x00, 0x22, 0xb9), DEVICE_ID_ANY, true, BIT(DP_DPCD_QUIRK_CONSTANT_N) }, 1258 …{ OUI(0x00, 0x22, 0xb9), DEVICE_ID('s', 'i', 'v', 'a', 'r', 'T'), false, BIT(DP_DPCD_QUIRK_CONSTAN… 1260 { OUI(0x00, 0x10, 0xfa), DEVICE_ID_ANY, false, BIT(DP_DPCD_QUIRK_NO_PSR) }, 1262 …{ OUI(0x00, 0x00, 0x00), DEVICE_ID('C', 'H', '7', '5', '1', '1'), false, BIT(DP_DPCD_QUIRK_NO_SINK… 1265 #undef OUI
|
| /Linux-v5.4/Documentation/scsi/ |
| D | scsi_fc_transport.txt | 73 using its own naming authority and OUI. (Note: it already does this
|