Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_debug.c14 int *eof, void *data) in proc_get_drv_version() argument
20 *eof = 1; in proc_get_drv_version()
26 int *eof, void *data) in proc_get_write_reg() argument
28 *eof = 1; in proc_get_write_reg()
75 int *eof, void *data) in proc_get_read_reg() argument
83 *eof = 1; in proc_get_read_reg()
102 *eof = 1; in proc_get_read_reg()
135 int *eof, void *data) in proc_get_adapter_state() argument
144 *eof = 1; in proc_get_adapter_state()
150 int *eof, void *data) in proc_get_best_channel() argument
[all …]
/Linux-v4.19/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-v4.19/drivers/staging/rtl8188eu/include/
Drtw_debug.h109 int *eof, void *data);
113 int *eof, void *data);
119 int *eof, void *data);
126 int *eof, void *data);
130 int *eof, void *data);
/Linux-v4.19/drivers/scsi/fnic/
Dcq_exch_desc.h66 u8 eof; member
98 u8 *eof, in cq_fcp_rq_desc_dec() argument
130 *eof = desc_ptr->eof; in cq_fcp_rq_desc_dec()
/Linux-v4.19/drivers/scsi/
Dst.c857 if (STps->eof == ST_FM_HIT) { in flush_buffer()
860 STps->eof = ST_NOEOF; in flush_buffer()
869 } else if (STps->eof == ST_FM_HIT) { in flush_buffer()
873 STps->eof = ST_NOEOF; in flush_buffer()
940 STps->eof = ST_NOEOF; in reset_state()
1076 STps->eof = ST_NOEOF; in check_tape()
1405 STps->eof = ST_FM; in st_flush()
1422 else if (STps->eof == ST_FM_HIT) { in st_flush()
1428 STps->eof = ST_FM; in st_flush()
1430 STps->eof = ST_NOEOF; in st_flush()
[all …]
Dosst.c701 STps->eof = ST_FM_HIT; in osst_verify_frame()
717 STps->eof = ST_EOD_1; in osst_verify_frame()
737 STps->eof = ST_NOEOF; in osst_verify_frame()
1159 return (STps->eof); in osst_get_logical_frame()
1260 if (debugging || STps->eof) in osst_get_logical_frame()
1263 name, frame_seq_number, STp->frame_seq_number, STps->eof); in osst_get_logical_frame()
1267 return (STps->eof); in osst_get_logical_frame()
1309 if (STps->eof == ST_FM_HIT) in osst_seek_logical_blk()
1338 if (STps->eof == ST_FM_HIT) { in osst_seek_logical_blk()
1347 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_logical_blk()
[all …]
/Linux-v4.19/drivers/thunderbolt/
Dctl.c178 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header()
179 type, pkg->frame.eof)) in check_header()
245 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header()
359 pkg->frame.eof = type; in tb_ctl_tx()
392 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error()
429 switch (frame->eof) { in tb_ctl_rx_callback()
441 tb_ctl_handle_event(pkg->ctl, frame->eof, in tb_ctl_rx_callback()
457 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size)) in tb_ctl_rx_callback()
732 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match()
735 if (pkg->frame.eof != req->response_type) in tb_cfg_match()
[all …]
Dnhi_regs.h30 u32 eof:4; member
Dnhi.c195 descriptor->eof = frame->eof; in ring_write_descriptors()
239 frame->eof = ring->descriptors[ring->tail].eof; in ring_work()
306 frame->eof = ring->descriptors[ring->tail].eof; in tb_ring_poll()
/Linux-v4.19/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-v4.19/fs/xfs/
Dxfs_bmap_util.h34 int whichfork, int *eof);
50 int rt, int eof, int delay, int convert,
Dxfs_iomap.c115 int eof, error; in xfs_iomap_eof_align_last_fsb() local
117 error = xfs_bmap_eof(ip, new_last_fsb, XFS_DATA_FORK, &eof); in xfs_iomap_eof_align_last_fsb()
120 if (eof) in xfs_iomap_eof_align_last_fsb()
514 int error = 0, eof = 0; in xfs_file_iomap_begin_delay() local
541 eof = !xfs_iext_lookup_extent(ip, ifp, offset_fsb, &icur, &got); in xfs_file_iomap_begin_delay()
542 if (!eof && got.br_startoff <= offset_fsb) { in xfs_file_iomap_begin_delay()
574 if (eof) { in xfs_file_iomap_begin_delay()
599 eof); in xfs_file_iomap_begin_delay()
/Linux-v4.19/fs/cachefiles/
Drdwr.c884 loff_t pos, eof; in cachefiles_write_page() local
912 eof = object->fscache.store_limit_l; in cachefiles_write_page()
913 if (pos >= eof) in cachefiles_write_page()
927 if (eof & ~PAGE_MASK) { in cachefiles_write_page()
928 if (eof - pos < PAGE_SIZE) { in cachefiles_write_page()
930 pos, eof); in cachefiles_write_page()
931 len = eof - pos; in cachefiles_write_page()
932 ASSERTCMP(pos + len, ==, eof); in cachefiles_write_page()
/Linux-v4.19/lib/zlib_deflate/
Ddeftree.c796 int eof /* true if this is the last block for a file */ in zlib_tr_stored_block() argument
799 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ in zlib_tr_stored_block()
860 int eof /* true if this is the last block for a file */ argument
910 if (eof && s->compressed_len == 0L) { /* force stored file */
912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
935 zlib_tr_stored_block(s, buf, stored_len, eof);
942 send_bits(s, (STATIC_TREES<<1)+eof, 3);
946 send_bits(s, (DYN_TREES<<1)+eof, 3);
955 if (eof) {
960 s->compressed_len-7*eof));
Ddefutil.h279 int eof);
282 int eof);
Ddeflate.c827 #define FLUSH_BLOCK_ONLY(s, eof) { \ argument
832 (eof)); \
839 #define FLUSH_BLOCK(s, eof) { \ argument
840 FLUSH_BLOCK_ONLY(s, eof); \
841 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
/Linux-v4.19/security/tomoyo/
Dcommon.c735 if (head->r.eof) in tomoyo_read_profile()
753 head->r.eof = true; in tomoyo_read_profile()
895 if (head->r.eof) in tomoyo_read_manager()
908 head->r.eof = true; in tomoyo_read_manager()
1007 head->r.eof = 1; in tomoyo_select_domain()
1581 if (head->r.eof) in tomoyo_read_domain()
1619 head->r.eof = true; in tomoyo_read_domain()
1631 head->r.eof = false; in tomoyo_write_pid()
1655 head->r.eof = true; in tomoyo_read_pid()
1658 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid()
[all …]
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-fileops.c611 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_enc_poll() local
615 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags) && in cx18_v4l2_enc_poll()
636 if (eof && videobuf_poll == EPOLLERR) in cx18_v4l2_enc_poll()
650 if (eof) in cx18_v4l2_enc_poll()
660 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_mmap() local
666 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags)) { in cx18_v4l2_mmap()
/Linux-v4.19/drivers/isdn/hisax/
Dhfc_usb.c687 static __u8 eof[8]; in rx_iso_complete() local
727 eof[5]); in rx_iso_complete()
742 eof[fifon] = buf[0] & 1; in rx_iso_complete()
747 eof[fifon] : 0); in rx_iso_complete()
751 maxlen) ? eof[fifon] : in rx_iso_complete()
855 static __u8 eof[8]; in rx_int_complete() local
880 eof[5]); in rx_int_complete()
889 eof[fifon] = buf[0] & 1; in rx_int_complete()
894 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete()
897 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete()
/Linux-v4.19/kernel/power/
Dswap.c1163 int eof = 0; in load_image_lzo() local
1295 for (i = 0; !eof && i < want; i++) { in load_image_lzo()
1306 eof = 1; in load_image_lzo()
1328 if (eof) in load_image_lzo()
1329 eof = 2; in load_image_lzo()
1351 if (eof > 1) { in load_image_lzo()
1382 if (eof) in load_image_lzo()
1383 eof = 2; in load_image_lzo()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_bmap.h39 bool eof; /* set if allocating past last extent */ member
229 int eof);
/Linux-v4.19/fs/nfs/
Dnfstrace.h764 int status, loff_t offset, bool eof
767 TP_ARGS(inode, status, offset, eof),
772 __field(bool, eof)
783 __entry->eof = eof;
796 __entry->eof ? " eof" : ""
Ddir.c162 bool eof; member
223 if (entry->eof != 0) in nfs_readdir_add_to_array()
249 desc->eof = true; in nfs_readdir_search_for_pos()
303 desc->eof = true; in nfs_readdir_search_for_cookie()
559 } while (!entry->eof); in nfs_readdir_page_filler()
562 if (count == 0 || (status == -EBADCOOKIE && entry->eof != 0)) { in nfs_readdir_page_filler()
615 entry.eof = 0; in nfs_readdir_xdr_to_array()
757 desc->eof = true; in nfs_do_filldir()
769 desc->eof = true; in nfs_do_filldir()
869 if (*desc->dir_cookie && !desc->eof) { in nfs_readdir()
[all …]
/Linux-v4.19/fs/cifs/
Dsmb2inode.c271 __le64 eof = cpu_to_le64(size); in smb2_set_path_size() local
273 FILE_WRITE_DATA, FILE_OPEN, 0, &eof, in smb2_set_path_size()
Dcache.c130 auxdata.eof = cifsi->server_eof; in cifs_fscache_inode_check_aux()

1234