Searched refs:cur_depth (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/nvd/
H A Dnvd.c73 uint32_t cur_depth; member in struct:nvd_disk
188 atomic_add_int(&ndisk->cur_depth, -1);
214 while (ndisk->cur_depth > 0) {
221 atomic_add_int(&ndisk->cur_depth, 1);
226 atomic_add_int(&ndisk->cur_depth, -1);
240 while (ndisk->cur_depth > 0) {
317 ndisk->cur_depth = 0;
/freebsd-9.3-release/sys/dev/bce/
H A Dif_bce.c10273 u32 cmd, ctl, cur_depth, max_depth, valid_cnt, val; local
10313 cur_depth = (ctl & BCE_RLUP_FTQ_CTL_CUR_DEPTH) >> 22;
10317 cmd, ctl, cur_depth, max_depth, valid_cnt);
10322 cur_depth = (ctl & BCE_RXP_FTQ_CTL_CUR_DEPTH) >> 22;
10326 cmd, ctl, cur_depth, max_depth, valid_cnt);
10331 cur_depth = (ctl & BCE_RXP_CFTQ_CTL_CUR_DEPTH) >> 22;
10335 cmd, ctl, cur_depth, max_depth, valid_cnt);
10340 cur_depth = (ctl & BCE_RV2P_PFTQ_CTL_CUR_DEPTH) >> 22;
10344 cmd, ctl, cur_depth, max_depth, valid_cnt);
10349 cur_depth
[all...]

Completed in 63 milliseconds