Searched refs:forward (Results 1 – 12 of 12) sorted by relevance
/drivers/net/ethernet/netronome/nfp/ |
D | nfp_bpf_verifier.c | 53 unsigned int forward, backward, i; in nfp_bpf_goto_meta() local 56 forward = insn_idx - meta->n; in nfp_bpf_goto_meta() 58 if (min(forward, backward) > n_insns - insn_idx - 1) { in nfp_bpf_goto_meta() 62 if (min(forward, backward) > insn_idx && backward > insn_idx) { in nfp_bpf_goto_meta() 63 forward = insn_idx; in nfp_bpf_goto_meta() 67 if (forward < backward) in nfp_bpf_goto_meta() 68 for (i = 0; i < forward; i++) in nfp_bpf_goto_meta()
|
/drivers/scsi/ |
D | script_asm.pl | 270 $forward{$symbol} = "line $lineno : $_"; 404 delete $forward{$1}; # an array of longs 422 delete $forward{$id}; 444 delete $forward{$external}; 794 @undefined = keys %forward; 798 print STDERR "$undef in $forward{$undef}\n";
|
D | st.c | 724 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() argument 731 if (forward) { in cross_eof() 739 forward ? "forward" : "backward"); in cross_eof() 753 forward ? "forward" : "backward"); in cross_eof()
|
D | osst.c | 2854 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) in cross_eof() argument 2862 name, forward ? "forward" : "backward"); in cross_eof() 2865 if (forward) { in cross_eof() 2875 name, forward ? "forward" : "backward"); in cross_eof()
|
/drivers/media/usb/uvc/ |
D | uvc_driver.c | 1392 struct uvc_entity *forward; in uvc_scan_chain_forward() local 1396 forward = NULL; in uvc_scan_chain_forward() 1400 forward = uvc_entity_by_reference(chain->dev, entity->id, in uvc_scan_chain_forward() 1401 forward); in uvc_scan_chain_forward() 1402 if (forward == NULL) in uvc_scan_chain_forward() 1404 if (forward == prev) in uvc_scan_chain_forward() 1407 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward() 1409 if (forward->bNrInPins != 1) { in uvc_scan_chain_forward() 1416 list_add_tail(&forward->chain, &chain->entities); in uvc_scan_chain_forward() 1421 printk(" XU %d", forward->id); in uvc_scan_chain_forward() [all …]
|
/drivers/isdn/i4l/ |
D | Kconfig | 109 Supported options are CD (call deflection), CFU (Call forward 110 unconditional), CFB (Call forward when busy) and CFNR (call forward
|
/drivers/staging/slicoss/ |
D | TODO | 19 - reorder code to elminate use of forward declarations
|
/drivers/net/ethernet/ti/ |
D | tlan.c | 1089 tail_list->forward = 0; in tlan_start_tx() 1115 (priv->tx_list + (TLAN_NUM_TX_LISTS - 1))->forward in tlan_start_tx() 1118 (priv->tx_list + (priv->tx_tail - 1))->forward in tlan_start_tx() 1549 head_list->forward = 0; in tlan_handle_rx_eof() 1552 tail_list->forward = head_list_phys; in tlan_handle_rx_eof() 1955 list->forward = list_phys + sizeof(struct tlan_list); in tlan_reset_lists() 1963 list->forward = 0; in tlan_reset_lists() 2064 pr_info(" Forward = 0x%08x\n", list->forward); in tlan_print_list()
|
D | tlan.h | 143 u32 forward; member
|
/drivers/net/ethernet/emulex/benet/ |
D | be_hw.h | 228 u8 forward; member
|
/drivers/input/mouse/ |
D | alps.c | 252 int back = 0, forward = 0; in alps_process_packet_v1_v2() local 272 forward = packet[2] & 4; in alps_process_packet_v1_v2() 277 forward = packet[2] & 4; in alps_process_packet_v1_v2() 278 if ((middle = forward && back)) in alps_process_packet_v1_v2() 279 forward = back = 0; in alps_process_packet_v1_v2() 339 input_report_key(dev, BTN_FORWARD, forward); in alps_process_packet_v1_v2()
|
/drivers/md/ |
D | Kconfig | 478 bool "Verity forward error correction support" 483 Add forward error correction support to dm-verity. This option
|