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

1234

/linux-master/fs/nfs/
H A Dpagelist.c828 hdr->res.eof = 0;
H A Dnfs4proc.c7927 bool eof; local
7950 eof = false;
7955 while (!eof) {
7957 &cookie, &eof);
/linux-master/drivers/net/thunderbolt/
H A Dmain.c611 tf->frame.eof = TBIP_PDF_FRAME_END;
/linux-master/fs/ubifs/
H A Dubifs.h822 int eof; member in struct:bu_info
H A Dfile.c727 if (bu->eof) {
/linux-master/fs/nfsd/
H A Dnfs4xdr.c4426 p = xdr_reserve_space(xdr, 8); /* eof flag and byte count */
4557 /* eof */
5335 /* eof flag, segment count */
5486 u32 cookie_offset, count_offset, eof; local
5496 eof = 1;
5533 /* Check if both entry and eof can fit in the XDR buffer */
5542 eof = 0;
5582 *p = cpu_to_be32(eof);
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h1584 u8 eof; member in struct:sli4_send_frame_wqe
3950 u16 eof, u32 len, u32 offset, char *name, struct efc_dma *dma);
4067 sli_send_frame_wqe(struct sli4 *sli4, void *buf, u8 sof, u8 eof,
/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/net/ethernet/cadence/
H A Dmacb_main.c2040 unsigned int eof = 1, mss_mfs = 0; local
2157 if (eof) {
2159 eof = 0;
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c2970 u8 sof, u8 eof, struct efc_dma *payload,
3001 sof, eof, (u32 *)hdr, payload, payload->len,
2969 efct_hw_send_frame(struct efct_hw *hw, struct fc_frame_header *hdr, u8 sof, u8 eof, struct efc_dma *payload, struct efct_hw_send_frame_context *ctx, void (*callback)(void *arg, u8 *cqe, int status), void *arg) argument
/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/include/linux/
H A Dfs.h3152 int whence, loff_t maxsize, loff_t eof);
/linux-master/drivers/thunderbolt/
H A Dicm.c277 if (pkg->frame.eof != req->response_type)
H A Dxdomain.c92 switch (pkg->frame.eof) {
/linux-master/tools/perf/util/
H A Dsynthetic-events.c456 while (!io.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) {

Completed in 391 milliseconds

1234