OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCA_BSIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
hd64570var.h
47
#ifndef
SCA_BSIZE
48
#define
SCA_BSIZE
(SCA_MTU + 4) /* room for HDLC as well */
hd64570.c
653
((buf_p +
SCA_BSIZE
* scp->sp_ntxdesc) & 0xff000000))
665
sca_desc_write_buflen(sc, desc,
SCA_BSIZE
);
669
buf_p +=
SCA_BSIZE
;
713
((buf_p +
SCA_BSIZE
* scp->sp_nrxdesc) & 0xff000000))
725
/* sca_desc_write_buflen(sc, desc,
SCA_BSIZE
); */
730
buf_p +=
SCA_BSIZE
;
761
dmac_write_2(scp, SCA_BFLL0,
SCA_BSIZE
);
1072
buf = scp->sp_txbuf +
SCA_BSIZE
* nexttx;
1073
buf_p = scp->sp_txbuf_p +
SCA_BSIZE
* nexttx;
1095
if (len >
SCA_BSIZE
) {
[
all
...]
/src/sys/dev/pci/
if_ntwoc_pci.c
572
allocsize = bpp * (
SCA_BSIZE
+ sizeof (sca_desc_t));
696
addroff +=
SCA_BSIZE
* scp0->sp_ntxdesc;
704
addroff +=
SCA_BSIZE
* scp0->sp_nrxdesc;
709
addroff +=
SCA_BSIZE
* scp1->sp_ntxdesc;
713
addroff +=
SCA_BSIZE
* scp1->sp_nrxdesc;
/src/sys/dev/isa/
if_ntwoc_isa.c
777
sc->sc_ports[0].sp_ntxdesc = (sc->scu_pagesize /
SCA_BSIZE
) - 1;
778
sc->sc_ports[0].sp_nrxdesc = (sc->scu_pagesize /
SCA_BSIZE
) - 1;
790
scp->sp_txbuf_p +=
SCA_BSIZE
;
797
scp->sp_rxbuf_p +=
SCA_BSIZE
;
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025