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

/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/char/
H A Difx_ssc.c1969 * rx_len
1977 * 2b. If not Read back (tx_len + rx_len) data
1980 static int ssc_session(char * tx_buf, u32 tx_len, char * rx_buf, u32 rx_len) argument
1993 if (tx_buf == NULL && tx_len ==0 && rx_buf == NULL && rx_len == 0){
1998 if (rx_buf != NULL && rx_len != 0){
2005 }else if (rx_buf == NULL || rx_len ==0){
2018 eff_size = tx_len + rx_len;
2020 eff_size = rx_len;
2063 memcpy(rx_buf, ssc_rx_buf+tx_len, rx_len);
2068 ret = rx_len;
2092 amazon_ssc_txrx(char * tx_buf, u32 tx_len, char * rx_buf, u32 rx_len) argument
2116 amazon_ssc_rx(char * rx_buf, u32 rx_len) argument
[all...]

Completed in 37 milliseconds