Searched refs:eof (Results 1 - 25 of 91) sorted by relevance

1234

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c45 u8 eof = 0; local
52 skb_copy_bits(skb, skb->len - 4, &eof, 1);
54 if ((eof != FC_EOF_N) && (eof != FC_EOF_T)) {
55 dev_err(adap->pdev_dev, "Unsupported EOF 0x%x\n", eof);
/linux-master/tools/lib/api/
H A Dio.h31 bool eof; member in struct:io
43 io->eof = false;
51 if (io->eof)
73 io->eof = true;
80 io->eof = true;
91 * first character isn't hexadecimal returns -2, io->eof returns -1, otherwise
92 * returns the character after the hexadecimal value which may be -1 for eof.
120 * isn't a decimal returns -2, io->eof returns -1, otherwise returns the
121 * character after the decimal value which may be -1 for eof. If the read value
/linux-master/drivers/scsi/fnic/
H A Dcq_exch_desc.h54 u8 eof; member in struct:cq_fcp_rq_desc
86 u8 *eof,
118 *eof = desc_ptr->eof;
74 cq_fcp_rq_desc_dec(struct cq_fcp_rq_desc *desc_ptr, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *eop, u8 *sop, u8 *fck, u16 *exchange_id, u16 *tmpl, u32 *bytes_written, u8 *sof, u8 *eof, u8 *ingress_port, u8 *packet_err, u8 *fcoe_err, u8 *fcs_ok, u8 *vlan_stripped, u16 *vlan) argument
/linux-master/tools/lib/symbol/
H A Dkallsyms.c47 while (!io.eof) {
/linux-master/tools/perf/tests/
H A Dapi-io.c102 EXPECT_EQUAL(io.eof, false);
106 EXPECT_EQUAL(io.eof, true);
157 EXPECT_EQUAL(io.eof, end_eof);
238 EXPECT_EQUAL(io.eof, end_eof);
/linux-master/drivers/scsi/
H A Dst.c864 if (STps->eof == ST_FM_HIT) {
867 STps->eof = ST_NOEOF;
876 } else if (STps->eof == ST_FM_HIT) {
880 STps->eof = ST_NOEOF;
948 STps->eof = ST_NOEOF;
1085 STps->eof = ST_NOEOF;
1416 STps->eof = ST_FM;
1433 else if (STps->eof == ST_FM_HIT) {
1439 STps->eof = ST_FM;
1441 STps->eof
[all...]
H A Dst.h87 unsigned char eof; member in struct:st_partstat
198 /* Values of eof */
/linux-master/drivers/thunderbolt/
H A Dctl.c195 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n",
196 type, pkg->frame.eof))
259 if (pkg->frame.eof == TB_CFG_PKG_ERROR)
376 pkg->frame.eof = type;
413 if (pkg->frame.eof != TB_CFG_PKG_ERROR)
458 switch (frame->eof) {
470 tb_ctl_handle_event(pkg->ctl, frame->eof,
486 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size))
502 trace_tb_rx(pkg->ctl->index, frame->eof, pk
[all...]
H A Dnhi_regs.h25 * For TX set length/eof/sof.
26 * For RX length/eof/sof are set by the NHI.
31 u32 eof:4; member in struct:ring_desc
H A Ddma_port.c70 if (pkg->frame.eof == TB_CFG_PKG_ERROR)
72 if (pkg->frame.eof != req->response_type)
/linux-master/include/linux/
H A Dshmem_fs.h178 static inline pgoff_t shmem_fallocend(struct inode *inode, pgoff_t eof) argument
180 return max(eof, SHMEM_I(inode)->fallocend);
/linux-master/fs/xfs/
H A Dxfs_bmap_util.h48 int rt, int eof, int delay, int convert,
/linux-master/arch/mips/alchemy/common/
H A Ddma.c101 int length, int *eof, void *data)
115 *eof = 1;
122 *eof = 1;
100 au1000_dma_read_proc(char *buf, char **start, off_t fpos, int length, int *eof, void *data) argument
/linux-master/fs/nfsd/
H A Dvfs.h112 u32 *eof);
116 u32 *eof);
120 u32 *eof);
/linux-master/lib/zlib_deflate/
H A Ddeftree.c742 int eof /* true if this is the last block for a file */
745 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
806 int eof /* true if this is the last block for a file */
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));
[all...]
H A Ddefutil.h277 int eof);
280 int eof);
H A Ddeflate.c838 #define FLUSH_BLOCK_ONLY(s, eof) { \
843 (eof)); \
850 #define FLUSH_BLOCK(s, eof) { \
851 FLUSH_BLOCK_ONLY(s, eof); \
852 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2.c618 xfs_fileoff_t eof; local
621 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK);
626 if (XFS_FSB_TO_B(mp, eof) != args->geo->blksize)
645 xfs_fileoff_t eof; local
648 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK);
653 if (eof != args->geo->leafblk + args->geo->fsbcount)
H A Dxfs_bmap.h38 bool eof; /* set if allocating past last extent */ member in struct:xfs_bmalloca
40 bool aeof; /* allocated space at eof */
218 int eof);
H A Dxfs_dir2_sf.c513 int eof; /* reached end of old dir */ local
538 eof = (char *)oldsfep == &buf[old_isize];
539 !eof;
542 eof = (char *)oldsfep == &buf[old_isize]) {
575 if (!eof) {
/linux-master/sound/soc/intel/catpt/
H A Ddsp.c461 const char *eof; local
488 eof = info + FW_INFO_SIZE_MAX;
490 for (i = 0; i < 4 && info < eof; i++, info++) {
492 info = strnchr(info, eof - info, ' ');
498 memcpy(pos, info, min_t(u32, eof - info, CATPT_DUMP_HASH_SIZE));
/linux-master/security/tomoyo/
H A Dcommon.c743 if (head->r.eof)
761 head->r.eof = true;
905 if (head->r.eof)
918 head->r.eof = true;
1020 head->r.eof = true;
1612 if (head->r.eof)
1662 head->r.eof = true;
1674 head->r.eof = false;
1698 head->r.eof = true;
1701 if (head->r.w_pos || head->r.eof)
[all...]
/linux-master/kernel/power/
H A Dswap.c1209 int eof = 0; local
1345 for (i = 0; !eof && i < want; i++) {
1356 eof = 1;
1378 if (eof)
1379 eof = 2;
1401 if (eof > 1) {
1432 if (eof)
1433 eof = 2;
/linux-master/net/sunrpc/
H A Drpc_pipe.c652 int start, int eof)
659 for (i = start; i < eof; i++) {
684 int start, int eof)
689 __rpc_depopulate(parent, files, start, eof);
695 int start, int eof,
703 for (i = start; i < eof; i++) {
729 __rpc_depopulate(parent, files, start, eof);
650 __rpc_depopulate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof) argument
682 rpc_depopulate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof) argument
693 rpc_populate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof, void *private) argument
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c237 u32 data_read = 0, eof; local
244 &data_read, &eof, &addn_status);
267 u32 eof = 0; local
281 while ((total_read_len < buf_len) && !eof) {
287 &read_len, &eof, &addn_status);
291 eof &= LANCER_READ_FILE_EOF_MASK;

Completed in 447 milliseconds

1234