Home
last modified time | relevance | path

Searched refs:INT (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/ark/
H A Dark_pktgen.c16 int INT; member
322 o->v.INT = atoi(val); in pmd_set_arg()
325 o->v.INT = atoll(val); in pmd_set_arg()
414 options("eth_type")->v.INT); in ark_pktgen_setup()
417 hdr[0] = options("hdr_dW0")->v.INT; in ark_pktgen_setup()
418 hdr[1] = options("hdr_dW1")->v.INT; in ark_pktgen_setup()
419 hdr[2] = options("hdr_dW2")->v.INT; in ark_pktgen_setup()
420 hdr[3] = options("hdr_dW3")->v.INT; in ark_pktgen_setup()
435 options("num_pkts")->v.INT); in ark_pktgen_setup()
452 options("ins_seq_num")->v.INT, in ark_pktgen_setup()
[all …]
H A Dark_pktchkr.c18 int INT; member
341 o->v.INT = atoi(val); in set_arg()
344 o->v.INT = atoll(val); in set_arg()
399 options("eth_type")->v.INT); in ark_pktchkr_setup()
401 hdr[0] = options("hdr_dW0")->v.INT; in ark_pktchkr_setup()
402 hdr[1] = options("hdr_dW1")->v.INT; in ark_pktchkr_setup()
403 hdr[2] = options("hdr_dW2")->v.INT; in ark_pktchkr_setup()
404 hdr[3] = options("hdr_dW3")->v.INT; in ark_pktchkr_setup()
419 options("num_pkts")->v.INT); in ark_pktchkr_setup()
431 options("ins_seq_num")->v.INT, in ark_pktchkr_setup()
[all …]
/dpdk/devtools/
H A Dcheck-spdx-tag.sh61 trap 'rm -f -- "$tmpfile"' INT TERM HUP EXIT
H A Dcheckpatches.sh275 trap "rm -f '$tmpinput'" INT
335 trap - INT
/dpdk/doc/guides/sample_app_ug/
H A Dip_reassembly.rst206 the user must send either an USR1, INT or TERM signal to the process.
208 plus the INT and TERM will cause process termination as usual.