Searched refs:recv_size (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ynl.py | 42 def __init__(self, recv_size=0): argument 44 schema='', recv_size=recv_size) 48 def __init__(self, recv_size=0): argument 50 schema='', recv_size=recv_size) 53 def __init__(self, recv_size=0): argument 55 schema='', recv_size=recv_size) 58 def __init__(self, recv_size=0): argument 60 schema='', recv_size=recv_size) 63 def __init__(self, recv_size=0): argument 65 schema='', recv_size=recv_size) [all …]
|
| /linux/drivers/iio/adc/ |
| H A D | ltc2497.c | 29 u32 recv_size; member 48 if (st->recv_size == 3) in ltc2497_result_and_measure() 50 st->recv_size); in ltc2497_result_and_measure() 53 st->recv_size); in ltc2497_result_and_measure() 65 if (st->recv_size == 3) { in ltc2497_result_and_measure() 120 st->recv_size = BITS_TO_BYTES(resolution) + 1; in ltc2497_probe()
|
| /linux/drivers/net/ethernet/intel/ixd/ |
| H A D | ixd_virtchnl.c | 55 size_t recv_size, void *ctx) in ixd_handle_caps() argument 57 if (recv_size < sizeof(adapter->caps)) in ixd_handle_caps() 114 size_t recv_size, void *ctx) in ixd_handle_vc_ver() argument 119 if (recv_size < sizeof(need_ver)) in ixd_handle_vc_ver()
|
| H A D | ixd_ctlq.h | 25 size_t recv_size, void *ctx);
|
| /linux/drivers/firmware/ |
| H A D | thead,th1520-aon.c | 82 u8 recv_size = sizeof(struct th1520_aon_rpc_msg_hdr) + hdr->size; in th1520_aon_rx_callback() local 84 if (recv_size != sizeof(struct th1520_aon_rpc_ack_common)) { in th1520_aon_rx_callback() 89 memcpy(&aon_chan->ack_msg, rx_msg, recv_size); in th1520_aon_rx_callback()
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | queues.py | 62 snl = NetdevFamily(recv_size=4096)
|
| H A D | stats.py | 158 queues = NetdevFamily(recv_size=4096).qstats_get({"scope": "queue"}, dump=True)
|
| /linux/sound/soc/codecs/ |
| H A D | tas571x.c | 183 unsigned int recv_size = len * sizeof(uint32_t); in tas571x_reg_read_multiword() local 186 recv_buf = kzalloc(recv_size, GFP_KERNEL | GFP_DMA); in tas571x_reg_read_multiword() 198 msgs[1].len = recv_size; in tas571x_reg_read_multiword()
|
| /linux/tools/testing/vsock/ |
| H A D | vsock_test.c | 508 ssize_t recv_size; in test_seqpacket_msg_bounds_server() local 510 recv_size = recvmsg(fd, &msg, 0); in test_seqpacket_msg_bounds_server() 512 if (!recv_size) in test_seqpacket_msg_bounds_server() 515 if (recv_size < 0) { in test_seqpacket_msg_bounds_server() 523 curr_hash += hash_djb2(msg.msg_iov[0].iov_base, recv_size); in test_seqpacket_msg_bounds_server()
|
| /linux/tools/net/ynl/tests/ |
| H A D | ethtool.py | 174 ynl = YnlFamily(family='ethtool', recv_size=args.dbg_small_recv)
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | cli.py | 277 recv_size=args.dbg_small_recv)
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 703 recv_size=0, family=None): argument 727 self._recv_size = recv_size if recv_size else 131072
|