Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 19 of 19) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/net/
A Dvrf_route_leaking.sh419 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
425 setup_"$ttype"
442 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
448 setup_"$ttype"
465 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
469 setup_"$ttype"
486 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
490 setup_"$ttype"
507 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE"
511 setup_"$ttype"
[all …]
A Dicmp_redirect.sh417 local ttype="$1"
419 eval initial_route_${ttype}
430 eval replace_route_${ttype}
447 eval reset_route_${ttype}
462 eval replace_route_${ttype}
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_tc_tunnel.sh211 ttype="${foutype}"
226 ttype=$gretaptype
228 ttype="vxlan"
231 ttype="ip6tnl"
234 ttype=$tuntype
253 ip netns exec "${ns2}" ip link add name testtun0 type "${ttype}" \
/linux-6.3-rc2/include/linux/hsi/
A Dhsi.h197 unsigned int ttype:1; member
386 msg->ttype = HSI_MSG_READ; in hsi_async_read()
399 msg->ttype = HSI_MSG_WRITE; in hsi_async_write()
/linux-6.3-rc2/drivers/hsi/controllers/
A Domap_ssi_port.c230 if (msg->ttype == HSI_MSG_READ) { in ssi_start_dma()
302 if (msg->ttype == HSI_MSG_WRITE) { in ssi_start_pio()
348 if (msg->ttype == HSI_MSG_WRITE) { in ssi_async_break()
392 if (msg->ttype) { in ssi_async()
446 msg->ttype, msg->context); in ssi_flush_queue()
544 if (msg->ttype == HSI_MSG_READ) in ssi_flush()
747 if (msg->ttype == HSI_MSG_READ) { in ssi_cleanup_gdd()
909 if (msg->ttype == HSI_MSG_WRITE) in ssi_pio_complete()
915 if (msg->ttype == HSI_MSG_WRITE) in ssi_pio_complete()
922 msg->ttype, *buf); in ssi_pio_complete()
[all …]
A Domap_ssi_core.c183 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete()
196 msg->channel, msg->ttype); in ssi_gdd_complete()
/linux-6.3-rc2/drivers/staging/vt6656/
A DTODO10 - kill ttype.h -- done
/linux-6.3-rc2/drivers/staging/vt6655/
A DTODO10 - kill ttype.h
/linux-6.3-rc2/kernel/rcu/
A Drcutorture.c341 int ttype; member
531 .ttype = RCU_FLAVOR,
601 .ttype = INVALID_RCU_FLAVOR,
720 .ttype = SRCU_FLAVOR,
757 .ttype = SRCU_FLAVOR,
782 .ttype = SRCU_FLAVOR,
829 .ttype = RCU_TRIVIAL_FLAVOR,
870 .ttype = RCU_TASKS_FLAVOR,
910 .ttype = RCU_TASKS_RUDE_FLAVOR,
961 .ttype = RCU_TASKS_TRACING_FLAVOR,
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_virtchnl_fdir.c46 enum ice_fdir_tunnel_type ttype; member
339 enum ice_fdir_tunnel_type ttype = conf->ttype; in ice_vc_fdir_set_flow_hdr() local
394 if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU) { in ice_vc_fdir_set_flow_hdr()
398 } else if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU_EH) { in ice_vc_fdir_set_flow_hdr()
924 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU; in ice_vc_fdir_parse_pattern()
931 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU_EH; in ice_vc_fdir_parse_pattern()
1058 if (conf_a->ttype != conf_b->ttype) in ice_vc_fdir_comp_rules()
/linux-6.3-rc2/kernel/
A Dtorture.c815 bool torture_init_begin(char *ttype, int v) in torture_init_begin() argument
820 __func__, ttype, torture_type); in torture_init_begin()
825 torture_type = ttype; in torture_init_begin()
/linux-6.3-rc2/include/linux/
A Dtorture.h103 bool torture_init_begin(char *ttype, int v);
/linux-6.3-rc2/security/selinux/ss/
A Dpolicydb.c416 hash = ft->ttype ^ ft->tclass; in filenametr_hash()
430 v = ft1->ttype - ft2->ttype; in filenametr_cmp()
1908 key.ttype = le32_to_cpu(buf[1]); in filename_trans_read_helper_compat()
1952 key.ttype, 1); in filename_trans_read_helper_compat()
1972 u32 len, ttype, tclass, ndatum, i; in filename_trans_read_helper() local
1991 ttype = le32_to_cpu(buf[0]); in filename_trans_read_helper()
2030 ft->ttype = ttype; in filename_trans_read_helper()
2041 return ebitmap_set_bit(&p->filename_trans_ttypes, ttype, 1); in filename_trans_read_helper()
3505 buf[1] = cpu_to_le32(ft->ttype); in filename_write_helper_compat()
3545 buf[0] = cpu_to_le32(ft->ttype); in filename_write_helper()
A Dpolicydb.h95 u32 ttype; /* parent dir context */ member
A Dservices.c1689 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument
1700 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype)) in filename_compute_type()
1703 ft.ttype = ttype; in filename_compute_type()
/linux-6.3-rc2/drivers/hsi/clients/
A Dcmt_speech.c227 if (msg->ttype == HSI_MSG_READ) in cs_cmd_destructor()
230 else if (msg->ttype == HSI_MSG_WRITE && in cs_cmd_destructor()
297 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX"; in cs_hsi_data_destructor()
305 if (msg->ttype == HSI_MSG_READ) in cs_hsi_data_destructor()
/linux-6.3-rc2/drivers/usb/host/
A Docteon-hcd.c1903 enum cvmx_usb_transfer ttype; in cvmx_usb_schedule() local
1943 for (ttype = CVMX_USB_TRANSFER_CONTROL; in cvmx_usb_schedule()
1944 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) { in cvmx_usb_schedule()
1945 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) { in cvmx_usb_schedule()
/linux-6.3-rc2/drivers/usb/serial/
A Dio_ti.c681 u16 ttype; in check_i2c_image() local
723 ttype = rom_desc->Type & 0x0f; in check_i2c_image()
724 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC in check_i2c_image()
725 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { in check_i2c_image()
/linux-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttv-cards.c2987 int tuner_type = UNSET, ttype; in flyvideo_gpio() local
3005 ttype = (gpio & 0x0f0000) >> 16; in flyvideo_gpio()
3006 switch (ttype) { in flyvideo_gpio()

Completed in 66 milliseconds