Searched refs:m_link (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma.c | 522 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 D | bcma_subr.c | 168 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 D | bcmavar.h | 128 STAILQ_ENTRY(bcma_map) m_link;
|
H A D | bcma_erom.c | 1026 STAILQ_INSERT_TAIL(&sport->sp_maps, map, m_link); in bcma_erom_corecfg_fill_port_regions()
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 364 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];
|