Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c604 struct hw_cdc_tlp_tmp hw_tlp_tmp_buf; member
953 dev->hw_tlp_tmp_buf.bytesneeded = 0; in reset_tlp_tmp_buf()
954 dev->hw_tlp_tmp_buf.pktlength = 0; in reset_tlp_tmp_buf()
994 dev->hw_tlp_tmp_buf.bytesneeded = (payload_ptr + pktlen) - buf_end; in rx_tlp_parse()
995 dev->hw_tlp_tmp_buf.pktlength = buf_end - payload_ptr; in rx_tlp_parse()
996 memcpy(dev->hw_tlp_tmp_buf.buffer, payload_ptr, dev->hw_tlp_tmp_buf.pktlength); in rx_tlp_parse()
1001 memcpy(dev->hw_tlp_tmp_buf.buffer, cur_ptr, remain_bytes); in rx_tlp_parse()
1002 dev->hw_tlp_tmp_buf.bytesneeded = 0; in rx_tlp_parse()
1003 dev->hw_tlp_tmp_buf in rx_tlp_parse()
[all...]

Completed in 4 milliseconds