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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c1936 int bd_idx; local
1939 for (bd_idx = 0; bd_idx < fhc_max_boards(); bd_idx++) {
1940 bcopy((void *) reg_tmpl, (void *) &reg_dt[bd_idx][0],
1942 curr_bdp = fhc_bd(bd_idx);
1945 reg_dt[bd_idx][reg_idx].eflag = TRUE;
1946 if (bd_idx != board)
1947 reg_dt[bd_idx][reg_idx].oflag = TRUE;
1948 reg_dt[bd_idx][reg_id
1962 int bd_idx; local
1997 int bd_idx; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h451 /* Receives a bd_idx, pointer to bd and increases them.
461 u16_t * bd_idx)
464 (*bd_idx)++;
467 if((*bd_idx & bd_chain->usable_bds_per_page) == bd_chain->usable_bds_per_page) {
470 (*bd_idx) += bd_chain->bds_skip_eop;
457 lm_bd_chain_incr_bd( lm_bd_chain_t * bd_chain, lm_address_t * phys, void ** virt, u16_t * bd_idx) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1931 u16_t * bd_idx,
1953 *bd_idx = 0;
1958 /* If the producer is '0', chain is empty. bd_idx/offset are 0 */
1973 while ((*bd_idx < lm_bd_chain_prod_idx(&tx_con->bd_chain))
1977 lm_bd_chain_incr_bd(&tx_con->bd_chain, page_addr, (void**)&cur_tx_bd, bd_idx);
2001 u16_t bd_idx = 0; local
2033 &bd_idx, &bd_offset, &mem_phys);
2038 xctx_st->toe.tx_bd_cons = bd_idx; /* index of bd that includes snd_nxt */
1927 lm_locate_snd_next_info( lm_tcp_con_t * tx_con, u32_t snd_nxt, u32_t snd_una, u16_t * bd_idx, u16_t * bd_offset, lm_address_t * page_addr) argument

Completed in 249 milliseconds