Searched refs:inppos (Results 1 – 1 of 1) sorted by relevance
82 unsigned int inppos, outpos; /* positions in rx/tx buffers */ member708 nl->inppos = 0; in upload_data()712 if( nl->inppos + framelen <= ETHER_MAX_LEN ) in upload_data()722 nl->inppos = 0, in upload_data()815 if( nl->inppos + framelen > ETHER_MAX_LEN ) in append_frame_to_pkt()821 p = nl->rx_buf_p->data + nl->inppos; in append_frame_to_pkt()826 nl->inppos += framelen - 4; in append_frame_to_pkt()1008 skb_put( skb, nl->inppos ); in indicate_pkt()1014 nl->master->stats.rx_bytes += nl->inppos; in indicate_pkt()1019 dev->stats.rx_bytes += nl->inppos; in indicate_pkt()[all …]