Searched refs:bds (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dplat_ecc_dimm.c186 uint32_t bds = 0, retry_bds = 0; local
195 bds |= (1 << bd);
200 plat_request_all_mem_sids(bds);
217 while (bds) {
219 if (((1 << bd) & bds) == 0)
254 bds &= ~(1 << bd);
260 if (bds != 0)
265 bds = retry_bds;
329 plat_request_all_mem_sids(uint32_t bds) argument
335 if (!((1 << bd) & bds))
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c514 wnodep->bds = kmem_zalloc(sizeof (sbdp_bd_t) * boards, KM_SLEEP);
518 sbdp_bd_init(&wnodep->bds[i], i, wnode);
536 sbdp_bd_fini(&wnodep->bds[i]);
538 kmem_free(wnodep->bds, sizeof (sbdp_bd_t) * boards);
558 sbdp_update_bd_info(&cur->bds[board]);
584 bdp = &cur->bds[board];
905 bdp = &wnodep->bds[board];
984 bdp = &cur->bds[bd];
1016 bdp = &cur->bds[bd];
1041 bdp = &cur->bds[b
[all...]
H A Dsbdp_cpu.c134 bdp = &wnodep->bds[bd];
226 bdp = &wnodep->bds[bd];
/illumos-gate/usr/src/uts/sun4u/starfire/os/
H A Dstarfire.c272 uint32_t bd_flags, bd_cnt, result, bds; local
349 bds = 0;
353 sortlist[bds++] = &bdlist[idx];
415 bds = 0;
420 sortlist[bds++]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c125 nge_tx_desc_sync(nge_t *ngep, uint32_t start_index, uint32_t bds, uint_t type) argument
134 num = bds * txd_size;
200 * to find all the bds which has been transmitted sucessfully
201 * then reclaim all resouces associated with these bds
357 uint32_t bds; local
366 bds = 0x1;
368 if ((uint32_t)-1 == (start_index = nge_tx_alloc(ngep, bds)))
406 nge_tx_desc_sync(ngep, start_index, bds, DDI_DMA_SYNC_FORDEV);
410 nge_tx_start(ngep, bds);
507 * Check How many bds
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h169 int nbds; /* number of bds for this node */
170 sbdp_bd_t *bds; /* pointer to the list of bds */ member in struct:sbdp_wnode
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h3176 u16_t bd_pause_thr_low /* number of remaining bds under which, we send pause message */;
3177 u16_t bd_pause_thr_high /* number of remaining bds above which, we send un-pause message */;
4076 #define ETH_TX_START_BD_FORCE_VLAN_MODE (0x1<<4) /* BitField general_data force vlan mode according to bds (vlan mode can change accroding to global configuration) */
4221 * array of 13 bds as appears in the eth xstorm context
4225 union eth_tx_bd_types bds[13]; member in struct:eth_tx_bds_array
9105 u32_t bds_ring_page_base_addr_lo /* Base address of next page in host bds ring */;
9106 u32_t bds_ring_page_base_addr_hi /* Base address of next page in host bds ring */;
9561 u16_t bds_prod /* cyclic counter of bds to post */;
9563 u16_t bds_prod /* cyclic counter of bds to post */;
9775 u16_t bds_prod /* cyclic counter of posted bds */;
[all...]

Completed in 135 milliseconds