Home
last modified time | relevance | path

Searched refs:m_link (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c522 STAILQ_FOREACH(map, &port->sp_maps, m_link) in bcma_get_port_rid()
557 STAILQ_FOREACH(map, &port->sp_maps, m_link) { in bcma_decode_port_rid()
589 STAILQ_FOREACH(map, &port->sp_maps, m_link) { in bcma_get_region_addr()
H A Dbcma_subr.c168 STAILQ_FOREACH(map, &port->sp_maps, m_link) { in bcma_dinfo_init_port_resource_info()
536 STAILQ_FOREACH_SAFE(map, &sport->sp_maps, m_link, mapnext) { in bcma_free_sport()
H A Dbcmavar.h128 STAILQ_ENTRY(bcma_map) m_link;
H A Dbcma_erom.c1026 STAILQ_INSERT_TAIL(&sport->sp_maps, map, m_link); in bcma_erom_corecfg_fill_port_regions()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c364 typedef struct m_link { /* Link between free memory chunks */ struct
365 struct m_link *next; argument
393 struct m_link h[MEMO_CLUSTER_SHIFT - MEMO_SHIFT + 1];