Searched refs:tr_type (Results 1 – 6 of 6) sorted by relevance
943 local tr_type=0x800000968 encap ioam6 mode $mode trace prealloc type $tr_type ns $ns size $tr_size \973 run_test ${FUNCNAME[0]} "${desc}" $saddr $tr_type $tr_size $ns $1993 local tr_type=0xc000001018 encap ioam6 mode $mode trace prealloc type $tr_type ns $ns size $tr_size \1023 run_test ${FUNCNAME[0]} "${desc}" $saddr $tr_type $tr_size $ns $11043 local tr_type=0x0000021068 encap ioam6 mode $mode trace prealloc type $tr_type ns $ns size $tr_size \1073 run_test ${FUNCNAME[0]} "${desc}" $saddr $tr_type $tr_size $ns $11153 local tr_type=0x800000[all …]
269 long (*put_image)(struct videocodec *codec, int tr_type, int block,271 long (*get_image)(struct videocodec *codec, int tr_type, int block,
1282 enum dwc2_transaction_type tr_type; in dwc2_hcd_complete_xfer_ddma() local1344 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_complete_xfer_ddma()1345 if (tr_type != DWC2_TRANSACTION_NONE || continue_isoc_xfer) { in dwc2_hcd_complete_xfer_ddma()1347 if (tr_type == DWC2_TRANSACTION_NONE) in dwc2_hcd_complete_xfer_ddma()1348 tr_type = DWC2_TRANSACTION_PERIODIC; in dwc2_hcd_complete_xfer_ddma()1349 else if (tr_type == DWC2_TRANSACTION_NON_PERIODIC) in dwc2_hcd_complete_xfer_ddma()1350 tr_type = DWC2_TRANSACTION_ALL; in dwc2_hcd_complete_xfer_ddma()1352 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_complete_xfer_ddma()
1417 enum dwc2_transaction_type tr_type; in dwc2_wait_timer_fn() local1424 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_wait_timer_fn()1425 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_wait_timer_fn()1426 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_wait_timer_fn()
1885 enum dwc2_transaction_type tr_type; in dwc2_hcd_urb_enqueue() local1895 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_urb_enqueue()1896 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_hcd_urb_enqueue()1897 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_urb_enqueue()3109 enum dwc2_transaction_type tr_type) in dwc2_hcd_queue_transactions() argument3115 if (tr_type == DWC2_TRANSACTION_PERIODIC || in dwc2_hcd_queue_transactions()3116 tr_type == DWC2_TRANSACTION_ALL) in dwc2_hcd_queue_transactions()3120 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC || in dwc2_hcd_queue_transactions()3121 tr_type == DWC2_TRANSACTION_ALL) { in dwc2_hcd_queue_transactions()
532 enum dwc2_transaction_type tr_type);