Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 96) sorted by relevance

1234

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_fcoe.c45 u8 eof = 0; in cxgb_fcoe_sof_eof_supported() local
52 skb_copy_bits(skb, skb->len - 4, &eof, 1); in cxgb_fcoe_sof_eof_supported()
54 if ((eof != FC_EOF_N) && (eof != FC_EOF_T)) { in cxgb_fcoe_sof_eof_supported()
55 dev_err(adap->pdev_dev, "Unsupported EOF 0x%x\n", eof); in cxgb_fcoe_sof_eof_supported()
/linux-6.1.9/tools/lib/api/
Dio.h25 bool eof; member
36 io->eof = false; in io__init()
44 if (io->eof) in io__get_char()
51 io->eof = true; in io__get_char()
/linux-6.1.9/drivers/scsi/
Dst.c860 if (STps->eof == ST_FM_HIT) { in flush_buffer()
863 STps->eof = ST_NOEOF; in flush_buffer()
872 } else if (STps->eof == ST_FM_HIT) { in flush_buffer()
876 STps->eof = ST_NOEOF; in flush_buffer()
943 STps->eof = ST_NOEOF; in reset_state()
1079 STps->eof = ST_NOEOF; in check_tape()
1408 STps->eof = ST_FM; in st_flush()
1425 else if (STps->eof == ST_FM_HIT) { in st_flush()
1431 STps->eof = ST_FM; in st_flush()
1433 STps->eof = ST_NOEOF; in st_flush()
[all …]
/linux-6.1.9/drivers/scsi/fnic/
Dcq_exch_desc.h54 u8 eof; member
86 u8 *eof, in cq_fcp_rq_desc_dec() argument
118 *eof = desc_ptr->eof; in cq_fcp_rq_desc_dec()
/linux-6.1.9/tools/perf/tests/
Dapi-io.c101 EXPECT_EQUAL(io.eof, false); in do_test_get_char()
105 EXPECT_EQUAL(io.eof, true); in do_test_get_char()
156 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_hex()
237 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_dec()
/linux-6.1.9/drivers/thunderbolt/
Dctl.c190 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header()
191 type, pkg->frame.eof)) in check_header()
262 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header()
379 pkg->frame.eof = type; in tb_ctl_tx()
412 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error()
449 switch (frame->eof) { in tb_ctl_rx_callback()
461 tb_ctl_handle_event(pkg->ctl, frame->eof, in tb_ctl_rx_callback()
477 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size)) in tb_ctl_rx_callback()
767 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match()
770 if (pkg->frame.eof != req->response_type) in tb_cfg_match()
[all …]
Dnhi_regs.h31 u32 eof:4; member
/linux-6.1.9/lib/zlib_deflate/
Ddeftree.c742 int eof /* true if this is the last block for a file */ in zlib_tr_stored_block() argument
745 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ in zlib_tr_stored_block()
806 int eof /* true if this is the last block for a file */ argument
856 if (eof && s->compressed_len == 0L) { /* force stored file */
858 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
881 zlib_tr_stored_block(s, buf, stored_len, eof);
888 send_bits(s, (STATIC_TREES<<1)+eof, 3);
892 send_bits(s, (DYN_TREES<<1)+eof, 3);
901 if (eof) {
906 s->compressed_len-7*eof));
Ddefutil.h277 int eof);
280 int eof);
Ddeflate.c831 #define FLUSH_BLOCK_ONLY(s, eof) { \ argument
836 (eof)); \
843 #define FLUSH_BLOCK(s, eof) { \ argument
844 FLUSH_BLOCK_ONLY(s, eof); \
845 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
/linux-6.1.9/arch/mips/alchemy/common/
Ddma.c101 int length, int *eof, void *data) in au1000_dma_read_proc() argument
115 *eof = 1; in au1000_dma_read_proc()
122 *eof = 1; in au1000_dma_read_proc()
/linux-6.1.9/fs/nfsd/
Dvfs.h111 u32 *eof);
116 u32 *eof);
119 u32 *eof);
/linux-6.1.9/security/tomoyo/
Dcommon.c742 if (head->r.eof) in tomoyo_read_profile()
760 head->r.eof = true; in tomoyo_read_profile()
904 if (head->r.eof) in tomoyo_read_manager()
917 head->r.eof = true; in tomoyo_read_manager()
1019 head->r.eof = true; in tomoyo_select_domain()
1611 if (head->r.eof) in tomoyo_read_domain()
1661 head->r.eof = true; in tomoyo_read_domain()
1673 head->r.eof = false; in tomoyo_write_pid()
1697 head->r.eof = true; in tomoyo_read_pid()
1700 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid()
[all …]
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_dir2.c616 xfs_fileoff_t eof; in xfs_dir2_isblock() local
619 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK); in xfs_dir2_isblock()
624 if (XFS_FSB_TO_B(mp, eof) != args->geo->blksize) in xfs_dir2_isblock()
641 xfs_fileoff_t eof; in xfs_dir2_isleaf() local
644 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK); in xfs_dir2_isleaf()
649 if (eof != args->geo->leafblk + args->geo->fsbcount) in xfs_dir2_isleaf()
Dxfs_bmap.h37 bool eof; /* set if allocating past last extent */ member
216 int eof);
/linux-6.1.9/include/linux/
Dshmem_fs.h142 static inline pgoff_t shmem_fallocend(struct inode *inode, pgoff_t eof) in shmem_fallocend() argument
144 return max(eof, SHMEM_I(inode)->fallocend); in shmem_fallocend()
/linux-6.1.9/sound/soc/intel/catpt/
Ddsp.c461 const char *eof; in catpt_coredump() local
488 eof = info + FW_INFO_SIZE_MAX; in catpt_coredump()
490 for (i = 0; i < 4 && info < eof; i++, info++) { in catpt_coredump()
492 info = strnchr(info, eof - info, ' '); in catpt_coredump()
498 memcpy(pos, info, min_t(u32, eof - info, CATPT_DUMP_HASH_SIZE)); in catpt_coredump()
/linux-6.1.9/drivers/media/pci/cx18/
Dcx18-fileops.c602 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_enc_poll() local
606 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags) && in cx18_v4l2_enc_poll()
627 if (eof && videobuf_poll == EPOLLERR) in cx18_v4l2_enc_poll()
641 if (eof) in cx18_v4l2_enc_poll()
651 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_mmap() local
657 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags)) { in cx18_v4l2_mmap()
/linux-6.1.9/kernel/power/
Dswap.c1170 int eof = 0; in load_image_lzo() local
1299 for (i = 0; !eof && i < want; i++) { in load_image_lzo()
1310 eof = 1; in load_image_lzo()
1332 if (eof) in load_image_lzo()
1333 eof = 2; in load_image_lzo()
1355 if (eof > 1) { in load_image_lzo()
1386 if (eof) in load_image_lzo()
1387 eof = 2; in load_image_lzo()
/linux-6.1.9/fs/nfs/
Ddir.c176 bool eof; member
344 if (entry->eof != 0) in nfs_readdir_page_array_append()
520 desc->eof = true; in nfs_readdir_search_for_pos()
560 desc->eof = true; in nfs_readdir_search_for_cookie()
870 } while (!status && !entry->eof); in nfs_readdir_page_filler()
874 if (!entry->eof) in nfs_readdir_page_filler()
1111 desc->eof = !desc->eob; in nfs_do_filldir()
1171 if (!desc->eof) { in uncached_readdir()
1245 desc->eof = dir_ctx->eof; in nfs_readdir()
1253 if (desc->eof) { in nfs_readdir()
[all …]
/linux-6.1.9/tools/lib/symbol/
Dkallsyms.c47 while (!io.eof) { in kallsyms__parse()
/linux-6.1.9/tools/testing/selftests/net/mptcp/
Dmptcp_sockopt.c462 bool eof = false; in connect_one_server() local
501 eof = true; in connect_one_server()
509 xerror("total %lu, len %lu eof %d\n", total, len, eof); in connect_one_server()
519 if (eof) in connect_one_server()
/linux-6.1.9/fs/xfs/
Dxfs_bmap_util.h48 int rt, int eof, int delay, int convert,
/linux-6.1.9/net/sunrpc/
Drpc_pipe.c652 int start, int eof) in __rpc_depopulate() argument
659 for (i = start; i < eof; i++) { in __rpc_depopulate()
684 int start, int eof) in rpc_depopulate() argument
689 __rpc_depopulate(parent, files, start, eof); in rpc_depopulate()
695 int start, int eof, in rpc_populate() argument
703 for (i = start; i < eof; i++) { in rpc_populate()
729 __rpc_depopulate(parent, files, start, eof); in rpc_populate()
/linux-6.1.9/drivers/usb/typec/ucsi/
Ducsi_ccg.c1085 const char *eof; in do_flash() local
1109 eof = fw->data + fw->size; in do_flash()
1125 eof = fw->data + fw->size - sizeof(fw_cfg) - sizeof(fw_cfg_sig); in do_flash()
1174 while (p < eof) { in do_flash()
1175 s = strnchr(p + 1, eof - p - 1, ':'); in do_flash()
1178 s = eof; in do_flash()

1234