/Linux-v6.1/drivers/s390/scsi/ |
D | zfcp_diag.c | 84 * @incomplete: flag stating whether the data in @data is incomplete. 87 const void *const data, const bool incomplete) in zfcp_diag_update_xdata() argument 99 hdr->incomplete = incomplete; in zfcp_diag_update_xdata() 117 * incomplete; you'll have to check the flag ``incomplete`` 128 rc = 0; /* signaling incomplete via struct zfcp_diag_header */ in zfcp_diag_update_port_data_buffer() 147 * incomplete; you'll have to check the flag ``incomplete`` 158 rc = 0; /* signaling incomplete via struct zfcp_diag_header */ in zfcp_diag_update_config_data_buffer()
|
D | zfcp_diag.h | 22 * @incomplete: flag showing that the data in @buffer is incomplete. 32 u64 incomplete :1; member 69 const void *const data, const bool incomplete);
|
/Linux-v6.1/net/netfilter/ |
D | nf_log_syslog.c | 101 nf_log_buf_add(m, " INCOMPLETE [%zu bytes]", in dump_arp_packet() 197 /* Max length: 25 "INCOMPLETE [65535 bytes] " */ in nf_log_dump_tcp_header() 200 nf_log_buf_add(m, "INCOMPLETE [%u bytes] ", skb->len - offset); in nf_log_dump_tcp_header() 280 /* Max length: 25 "INCOMPLETE [65535 bytes] " */ in nf_log_dump_udp_header() 283 nf_log_buf_add(m, "INCOMPLETE [%u bytes] ", skb->len - offset); in nf_log_dump_udp_header() 397 /* Max length: 25 "INCOMPLETE [65535 bytes] " */ in dump_ipv4_packet() 401 nf_log_buf_add(m, "INCOMPLETE [%u bytes] ", in dump_ipv4_packet() 409 /* Max length: 25 "INCOMPLETE [65535 bytes] " */ in dump_ipv4_packet() 413 nf_log_buf_add(m, "INCOMPLETE [%u bytes] ", in dump_ipv4_packet() 467 /* Max length: 25 "INCOMPLETE [65535 bytes] " */ in dump_ipv4_packet() [all …]
|
/Linux-v6.1/net/bridge/netfilter/ |
D | ebt_log.c | 66 pr_cont(" INCOMPLETE TCP/UDP header"); in print_ports() 104 pr_cont(" INCOMPLETE IP header"); in ebt_log_packet() 124 pr_cont(" INCOMPLETE IPv6 header"); in ebt_log_packet() 146 pr_cont(" INCOMPLETE ARP header"); in ebt_log_packet() 165 pr_cont(" INCOMPLETE ARP payload"); in ebt_log_packet()
|
/Linux-v6.1/fs/ntfs/ |
D | mst.c | 17 * presence of incomplete multi sector transfers. - In that case, overwrite the 58 * Check for incomplete multi sector transfer(s). in post_read_mst_fixup() 63 * Incomplete multi sector transfer detected! )-: in post_read_mst_fixup()
|
/Linux-v6.1/drivers/gpu/drm/amd/include/ivsrcid/gfx/ |
D | irqsrcs_gfx_11_0_0.h | 49 #define GFX_11_0_0__SRCID__SDMA_SEM_INCOMPLETE_TIMEOUT 65 // 0x41 GPF(Sem incomplete … 62 …ne GFX_11_0_0__SRCID__CP_SIG_INCOMPLETE 193 // 0xC1 "Surface Probe Fault Signal Incomplete"
|
/Linux-v6.1/include/net/netfilter/ |
D | nf_tproxy.h | 45 * no such listener is found, or NULL if the TCP header is incomplete. 104 * no such listener is found, or NULL if the TCP header is incomplete.
|
/Linux-v6.1/Documentation/x86/ |
D | orc-unwinder.rst | 101 be incomplete due to the kernel's extensive use of asm, inline asm, and 108 incorrect/incomplete and made the code harder to read and keep updated. 126 stop working or become incomplete. (It's worth noting that livepatch
|
/Linux-v6.1/lib/zlib_dfltcc/ |
D | dfltcc.h | 61 unsigned ifs : 4; /* Incomplete-Function Status */ 62 uint16_t ifl; /* Incomplete-Function Length */
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.h | 66 CXGB4_DCB_STATE_FW_INCOMPLETE, /* using firmware DCB, incomplete */ 77 CXGB4_DCB_INPUT_FW_INCOMPLETE, /* firmware reports incomplete DCB */
|
/Linux-v6.1/drivers/staging/nvec/ |
D | TODO | 1 ToDo list (incomplete, unordered)
|
/Linux-v6.1/scripts/dtc/ |
D | fdtoverlay.c | 109 "\nBase blob is incomplete (%lu / %" PRIu32 " bytes read)\n", in do_fdtoverlay() 128 "\nOverlay '%s' is incomplete (%lu / %" PRIu32 " bytes read)\n", in do_fdtoverlay()
|
/Linux-v6.1/lib/zlib_inflate/ |
D | inftrees.c | 116 /* check for an over-subscribed or incomplete set of lengths */ in zlib_inflate_table() 124 return -1; /* incomplete set */ in zlib_inflate_table() 163 routine permits incomplete codes, so another loop after this one fills in zlib_inflate_table() 278 Fill in rest of table for incomplete codes. This loop is similar to the in zlib_inflate_table()
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_listen.c | 994 FAIL("%s: incomplete write", log_prefix); in redir_to_connected() 1008 FAIL("%s: incomplete recv", log_prefix); in redir_to_connected() 1105 FAIL("%s: incomplete write", log_prefix); in redir_to_listening() 1588 FAIL("%s: incomplete write", log_prefix); in unix_redir_to_connected() 1603 FAIL("%s: incomplete recv", log_prefix); in unix_redir_to_connected() 1756 FAIL("%s: incomplete write", log_prefix); in udp_redir_to_connected() 1771 FAIL("%s: incomplete recv", log_prefix); in udp_redir_to_connected() 1844 FAIL("%s: incomplete write", log_prefix); in inet_unix_redir_to_connected() 1859 FAIL("%s: incomplete recv", log_prefix); in inet_unix_redir_to_connected() 1924 FAIL("%s: incomplete write", log_prefix); in unix_inet_redir_to_connected() [all …]
|
/Linux-v6.1/tools/perf/ |
D | CREDITS | 6 Here is an (incomplete!) list of main contributors to those files
|
/Linux-v6.1/drivers/net/usb/ |
D | cx82310_eth.c | 238 * The last packet might be incomplete (when it crosses the 4KB URB size), 250 * If the last skb ended with an incomplete packet, this skb contains in cx82310_rx_fixup() 290 /* incomplete packet, save it for the next skb */ in cx82310_rx_fixup()
|
/Linux-v6.1/Documentation/userspace-api/media/dvb/ |
D | frontend_legacy_dvbv3_api.rst | 11 incomplete information. This is kept only to support legacy
|
/Linux-v6.1/arch/x86/include/asm/ |
D | sections.h | 24 * If _brk_start has not been cleared, brk allocation is incomplete, in arch_is_kernel_initmem_freed()
|
/Linux-v6.1/drivers/staging/media/deprecated/tm6000/ |
D | tm6000-usb-isoc.h | 32 /* Stores incomplete commands */
|
/Linux-v6.1/Documentation/i2c/ |
D | gpio-fault-injection.rst | 41 "incomplete transfers" class of fault injectors. 43 Incomplete transfers
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pci.h | 8 * or architectures with incomplete PCI setup by the loader.
|
/Linux-v6.1/net/rxrpc/ |
D | Kconfig | 20 currently incomplete.
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | pci.h | 16 * or architectures with incomplete PCI setup by the loader
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | bcm2837-rpi-cm3.dtsi | 15 * remove the incomplete node.
|
/Linux-v6.1/Documentation/admin-guide/ |
D | lcd-panel-cgram.rst | 13 is incomplete, only complete lines will be redefined. Here are some
|