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

/netbsd-current/sys/dev/ic/
H A Dam7990.c140 int bix; local
181 for (bix = 0; bix < sc->sc_nrbuf; bix++) {
182 a = sc->sc_addr + LE_RBUFADDR(sc, bix);
188 (*sc->sc_copytodesc)(sc, &rmd, LE_RMDADDR(sc, bix),
195 for (bix = 0; bix < sc->sc_ntbuf; bix++) {
196 a = sc->sc_addr + LE_TBUFADDR(sc, bix);
210 int bix; local
284 int bix; local
466 int bix; local
[all...]
H A Dam79900.c177 int bix; local
219 for (bix = 0; bix < sc->sc_nrbuf; bix++) {
220 a = sc->sc_addr + LE_RBUFADDR(sc, bix);
225 (*sc->sc_copytodesc)(sc, &rmd, LE_RMDADDR(sc, bix),
232 for (bix = 0; bix < sc->sc_ntbuf; bix++) {
233 a = sc->sc_addr + LE_TBUFADDR(sc, bix);
246 int bix; local
318 int bix; local
487 int bix; local
[all...]
H A Dlancereg.h120 #define LE_RMDADDR(sc, bix) (sc->sc_rmdaddr + sizeof(struct lermd) * (bix))
121 #define LE_TMDADDR(sc, bix) (sc->sc_tmdaddr + sizeof(struct letmd) * (bix))
122 #define LE_RBUFADDR(sc, bix) (sc->sc_rbufaddr[bix])
123 #define LE_TBUFADDR(sc, bix) (sc->sc_tbufaddr[bix])
/netbsd-current/sys/dev/sbus/
H A Dqe.c437 unsigned int bix, len; local
443 bix = sc->sc_rb.rb_tdhead;
459 len = qe_put(sc, bix, m);
464 txd[bix].xd_flags = QEC_XD_OWN | QEC_XD_SOP | QEC_XD_EOP |
469 if (++bix == QEC_XD_RING_MAXSIZE)
470 bix = 0;
475 sc->sc_rb.rb_tdhead = bix;
609 unsigned int bix, txflags; local
611 bix = sc->sc_rb.rb_tdtail;
617 txflags = sc->sc_rb.rb_txd[bix]
647 unsigned int bix, len; local
[all...]
H A Dbe.c581 unsigned int bix, len; local
587 bix = sc->sc_rb.rb_tdhead;
603 len = be_put(sc, bix, m);
608 txd[bix].xd_flags = QEC_XD_OWN | QEC_XD_SOP | QEC_XD_EOP |
613 if (++bix == QEC_XD_RING_MAXSIZE)
614 bix = 0;
619 sc->sc_rb.rb_tdhead = bix;
841 unsigned int bix, txflags; local
860 bix = sc->sc_rb.rb_tdtail;
866 txflags = sc->sc_rb.rb_txd[bix]
896 unsigned int bix, len; local
[all...]
/netbsd-current/sys/dev/pci/
H A Dif_cas.c2156 uint32_t bix; local
2161 bix = sc->sc_tx_prod;
2162 while (sc->sc_txd[bix].sd_mbuf == NULL) {
2177 if (cas_encap(sc, m, &bix)) {
2186 sc->sc_tx_prod = bix;
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c2534 struct wpabuf *pix, *prx, *bix, *brx; local
2549 bix = dpp_get_pubkey_point(auth->own_bi->pubkey, 0);
2551 bix = NULL;
2557 bix = dpp_get_pubkey_point(auth->peer_bi->pubkey, 0);
2559 bix = NULL;
2581 if (bix) {
2582 addr[num_elem] = wpabuf_head(bix);
2583 len[num_elem] = wpabuf_len(bix) / 2;
2605 wpabuf_free(bix);
2613 struct wpabuf *pix = NULL, *prx = NULL, *bix local
[all...]

Completed in 105 milliseconds