Home
last modified time | relevance | path

Searched refs:rfa (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c1873 struct fxp_rfa *rfa; in fxp_intr_body() local
1934 rfa = (struct fxp_rfa *)(m->m_ext.ext_buf + in fxp_intr_body()
1950 status = le16toh(rfa->rfa_status); in fxp_intr_body()
1975 total_len = le16toh(rfa->actual_size) & 0x3fff; in fxp_intr_body()
2000 ntohs(rfa->rfax_vlan_id); in fxp_intr_body()
2641 struct fxp_rfa *rfa; in fxp_new_rfabuf() local
2659 rfa = mtod(m, struct fxp_rfa *); in fxp_new_rfabuf()
2661 rfa->size = htole16(MCLBYTES - sc->rfa_size - RFA_ALIGNMENT_FUDGE); in fxp_new_rfabuf()
2663 rfa->rfa_status = 0; in fxp_new_rfabuf()
2664 rfa->rfa_control = htole16(FXP_RFA_CONTROL_EL); in fxp_new_rfabuf()
[all …]