Searched refs:bds (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/sun4u/os/ |
H A D | plat_ecc_dimm.c | 186 uint32_t bds = 0, retry_bds = 0; in plat_populate_sid_cache() local 195 bds |= (1 << bd); in plat_populate_sid_cache() 200 plat_request_all_mem_sids(bds); in plat_populate_sid_cache() 217 while (bds) { in plat_populate_sid_cache() 219 if (((1 << bd) & bds) == 0) in plat_populate_sid_cache() 254 bds &= ~(1 << bd); in plat_populate_sid_cache() 260 if (bds != 0) in plat_populate_sid_cache() 265 bds = retry_bds; in plat_populate_sid_cache() 329 plat_request_all_mem_sids(uint32_t bds) in plat_request_all_mem_sids() argument 335 if (!((1 << bd) & bds)) in plat_request_all_mem_sids()
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp.c | 514 wnodep->bds = kmem_zalloc(sizeof (sbdp_bd_t) * boards, KM_SLEEP); in sbdp_wnode_init() 518 sbdp_bd_init(&wnodep->bds[i], i, wnode); in sbdp_wnode_init() 536 sbdp_bd_fini(&wnodep->bds[i]); in sbdp_wnode_fini() 538 kmem_free(wnodep->bds, sizeof (sbdp_bd_t) * boards); in sbdp_wnode_fini() 558 sbdp_update_bd_info(&cur->bds[board]); in sbdp_add_new_bd_info() 584 bdp = &cur->bds[board]; in sbdp_cleanup_bd() 905 bdp = &wnodep->bds[board]; in sbdp_get_bd_info() 984 bdp = &cur->bds[bd]; in sbdp_cpu_in_reset() 1016 bdp = &cur->bds[bd]; in sbdp_set_cpu_present() 1041 bdp = &cur->bds[bd]; in sbdp_is_cpu_present() [all …]
|
H A D | sbdp_cpu.c | 134 bdp = &wnodep->bds[bd]; in sbdp_disconnect_cpu() 226 bdp = &wnodep->bds[bd]; in sbdp_connect_cpu()
|
/titanic_44/usr/src/uts/sun4u/starfire/os/ |
H A D | starfire.c | 272 uint32_t bd_flags, bd_cnt, result, bds; in plat_freelist_process() local 349 bds = 0; in plat_freelist_process() 353 sortlist[bds++] = &bdlist[idx]; in plat_freelist_process() 415 bds = 0; in plat_freelist_process() 420 sortlist[bds++] in plat_freelist_process()
|
/titanic_44/usr/src/uts/common/io/nge/ |
H A D | nge_tx.c | 125 nge_tx_desc_sync(nge_t *ngep, uint32_t start_index, uint32_t bds, uint_t type) in nge_tx_desc_sync() argument 134 num = bds * txd_size; in nge_tx_desc_sync() 357 uint32_t bds; in nge_send_copy() local 366 bds = 0x1; in nge_send_copy() 368 if ((uint32_t)-1 == (start_index = nge_tx_alloc(ngep, bds))) in nge_send_copy() 406 nge_tx_desc_sync(ngep, start_index, bds, DDI_DMA_SYNC_FORDEV); in nge_send_copy() 410 nge_tx_start(ngep, bds); in nge_send_copy()
|
/titanic_44/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sbdp_priv.h | 170 sbdp_bd_t *bds; /* pointer to the list of bds */ member
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 4225 union eth_tx_bd_types bds[13]; member
|