Searched refs:inppos (Results 1 – 2 of 2) sorted by relevance
584 sc->inppos = 0; in upload_data()588 if (sc->inppos + framelen <= ETHER_MAX_LEN) { in upload_data()597 sc->inppos = 0; in upload_data()658 if (sc->inppos + framelen > ETHER_MAX_LEN) in append_frame_to_pkt()664 p = sc->rx_buf_p->m_data + sc->inppos; in append_frame_to_pkt()669 sc->inppos += framelen - 4; in append_frame_to_pkt()880 m->m_pkthdr.len = m->m_len = sc->inppos; in indicate_pkt()933 sc->inppos = 0; in card_start()
86 u_int inppos; /* positions in rx/tx buffers */ member