Searched refs:next_len (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | isic_bchan.c | 153 register int next_len; in isic_bchannel_start() local 227 next_len = sc->sc_bfifolen - len; in isic_bchannel_start() 229 next_len = chan->out_mbuf_cur_len; in isic_bchannel_start() 238 next_len); in isic_bchannel_start() 247 HSCX_WRFIFO(h_chan, chan->out_mbuf_cur_ptr, next_len); in isic_bchannel_start() 249 len += next_len; /* update # of bytes written */ in isic_bchannel_start() 250 chan->txcount += next_len; /* statistics */ in isic_bchannel_start() 251 chan->out_mbuf_cur_ptr += next_len; /* data ptr */ in isic_bchannel_start() 252 chan->out_mbuf_cur_len -= next_len; /* data len */ in isic_bchannel_start()
|
| D | hscx.c | 397 next_len); in isic_hscx_irq()
|
| /mirbsd/src/sys/dev/pci/ |
| D | iwic_bchan.c | 539 register int next_len; in iwic_bchannel_start() local 613 next_len = IWIC_BCHAN_FIFO_LEN - len; in iwic_bchannel_start() 615 next_len = chan->out_mbuf_cur_len; in iwic_bchannel_start() 619 IWIC_WRBFIFO(sc, chan, chan->out_mbuf_cur_ptr, next_len); in iwic_bchannel_start() 621 len += next_len; /* update # of bytes written */ in iwic_bchannel_start() 622 chan->txcount += next_len; /* statistics */ in iwic_bchannel_start() 623 chan->out_mbuf_cur_ptr += next_len; /* data ptr */ in iwic_bchannel_start() 624 chan->out_mbuf_cur_len -= next_len; /* data len */ in iwic_bchannel_start()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | cp-namespace.c | 762 int next_len = len + 2; in check_possible_namespace_symbols_loop() local 764 next_len += cp_find_first_component (name + next_len); in check_possible_namespace_symbols_loop() 765 done = check_possible_namespace_symbols_loop (name, next_len, in check_possible_namespace_symbols_loop()
|
| /mirbsd/src/sys/altq/ |
| D | altq_hfsc.c | 675 int len, next_len; in hfsc_dequeue() local 754 next_len = m_pktlen(qhead(cl->cl_q)); in hfsc_dequeue() 757 update_ed(cl, next_len); in hfsc_dequeue() 759 update_d(cl, next_len); in hfsc_dequeue() 859 init_ed(struct hfsc_class *cl, int next_len) in init_ed() argument 881 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed() 887 update_ed(struct hfsc_class *cl, int next_len) in update_ed() argument 890 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed() 896 update_d(struct hfsc_class *cl, int next_len) in update_d() argument 898 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d()
|