Searched refs:link_attr_sync (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.h469 uint32_t link_attr_sync; member in struct:elink_params
H A Dbxe_elink.c4457 if (SHMEM2_HAS(sc, link_attr_sync))
4460 link_attr_sync[params->port]), link_attr);
4498 params->link_attr_sync |= LINK_ATTR_SYNC_KR2_ENABLE;
4499 elink_update_link_attr(params, params->link_attr_sync);
4531 params->link_attr_sync &= ~LINK_ATTR_SYNC_KR2_ENABLE;
4532 elink_update_link_attr(params, params->link_attr_sync);
5698 if (SHMEM2_HAS(sc, link_attr_sync))
5699 params->link_attr_sync = SHMEM2_RD(sc,
5700 link_attr_sync[params->port]);
9036 params->link_attr_sync
[all...]
H A Decore_hsi.h2775 uint32_t link_attr_sync[PORT_MAX]; /* Offset 0x154 */ member in struct:shmem2_region

Completed in 228 milliseconds