Searched refs:eof (Results 26 - 50 of 91) sorted by last modified time

1234

/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/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c11662 goto eof;
11683 goto eof;
11690 goto eof;
11709 goto eof;
11714 eof:
/linux-master/fs/smb/client/
H A Dcifsproto.h147 extern bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 eof,
H A Dsmb2inode.c1134 __le64 eof = cpu_to_le64(size); local
1137 in_iov.iov_base = &eof;
1138 in_iov.iov_len = sizeof(eof);
/linux-master/drivers/scsi/
H A Dst.c863 if (STps->eof == ST_FM_HIT) {
866 STps->eof = ST_NOEOF;
875 } else if (STps->eof == ST_FM_HIT) {
879 STps->eof = ST_NOEOF;
947 STps->eof = ST_NOEOF;
1084 STps->eof = ST_NOEOF;
1415 STps->eof = ST_FM;
1432 else if (STps->eof == ST_FM_HIT) {
1438 STps->eof = ST_FM;
1440 STps->eof
[all...]
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c1068 u8 sof, eof; local
1154 eof = fr_eof(fp);
1164 /* copy port crc and eof to the skb buff */
1179 cp->fcoe_eof = eof;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c20872 * determine the end of the object and whether the eof bit should be set.
22179 int rc, length, eof, j, byte_cnt = 0; local
22245 eof = bf_get(lpfc_mbx_rd_object_eof, &read_object->u.response);
22248 length, datasz, eof);
22251 if (!length && eof) {
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1920 const u8 *eof; local
1963 eof = fw_entry->data + fw_entry->size;
1993 if (file_sec->data > eof) {
2030 if (file_sec->data + section_size > eof) {
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c2040 unsigned int eof = 1, mss_mfs = 0; local
2157 if (eof) {
2159 eof = 0;
/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);
H A Dnfs_xdr.h672 int eof; /* used by read */ member in struct:nfs_pgio_res::__anon865::__anon866
752 int eof; member in struct:nfs_entry
1572 bool eof; member in struct:nfs42_listxattrsres
/linux-master/fs/ubifs/
H A Dubifs.h822 int eof; member in struct:bu_info
H A Dtnc.c1561 bu->eof = 0;
1638 bu->eof = 1;
1658 if (bu->eof) {
H A Dfile.c727 if (bu->eof) {
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c1161 const char *eof; local
1185 eof = fw->data + fw->size;
1201 eof = fw->data + fw->size - sizeof(fw_cfg) - sizeof(fw_cfg_sig);
1250 while (p < eof) {
1251 s = strnchr(p + 1, eof - p - 1, ':');
1254 s = eof;
/linux-master/drivers/thunderbolt/
H A Dnhi.c253 descriptor->eof = frame->eof;
300 frame->eof = ring->descriptors[ring->tail].eof;
367 frame->eof = ring->descriptors[ring->tail].eof;
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...]
/linux-master/fs/nfs/
H A Dread.c267 resp->eof = 0;
274 if (hdr->res.eof) {
H A Dnfs4xdr.c5295 uint32_t count, eof, recvd; local
5304 eof = be32_to_cpup(p++);
5311 eof = 0;
5313 res->eof = eof;
7504 entry->eof = 1;
/linux-master/fs/xfs/libxfs/
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/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/fs/nfsd/
H A Dxdr3.h147 __u32 eof; member in struct:nfsd3_readres
H A Dnfsproc.c179 u32 eof; local
198 &resp->count, &eof);
560 /* Reserve room for the NULL ptr & eof flag (-2 words) */
H A Dnfs3xdr.c856 if (xdr_stream_encode_bool(xdr, resp->eof) < 0)
H A Dnfs3proc.c172 * 1 (status) + 22 (post_op_attr) + 1 (count) + 1 (eof)
181 &resp->count, &resp->eof);
565 /* Reserve room for the NULL ptr & eof flag (-2 words) */

Completed in 868 milliseconds

1234