Searched refs:incomplete (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/s390/scsi/
H A Dzfcp_diag.h22 * @incomplete: flag showing that the data in @buffer is incomplete.
32 u64 incomplete :1; member in struct:zfcp_diag_header
69 const void *const data, const bool incomplete);
H A Dzfcp_diag.c84 * @incomplete: flag stating whether the data in @data is incomplete.
87 const void *const data, const bool incomplete)
99 hdr->incomplete = incomplete;
117 * incomplete; you'll have to check the flag ``incomplete``
128 rc = 0; /* signaling incomplete via struct zfcp_diag_header */
147 * incomplete; you'll have to check the flag ``incomplete``
86 zfcp_diag_update_xdata(struct zfcp_diag_header *const hdr, const void *const data, const bool incomplete) argument
[all...]
H A Dzfcp_erp.c841 * incomplete.
846 !!config_data->header.incomplete);
864 if (config_data->header.incomplete)
/linux-master/fs/xfs/scrub/
H A Dstats.c29 uint32_t incomplete; member in struct:xchk_scrub_stats
109 (unsigned int)css->incomplete,
209 css->incomplete++;
/linux-master/net/devlink/
H A Dresource.c227 bool incomplete; local
254 incomplete = false;
261 incomplete = true;
268 if (incomplete)
H A Ddpipe.c222 bool incomplete; local
248 incomplete = false;
255 incomplete = true;
270 if (incomplete)
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c1115 unsigned int incomplete, error; local
1128 incomplete = 0;
1160 incomplete = XLGMAC_GET_REG_BITS(
1174 if ((incomplete || context_next) && error)
1213 if (incomplete || context_next)
1266 if (received && (incomplete || context_next)) {
/linux-master/fs/netfs/
H A Doutput.c197 goto incomplete;
213 incomplete:
H A Dio.c497 goto incomplete;
517 incomplete:
/linux-master/drivers/net/team/
H A Dteam.c2453 bool incomplete; local
2478 incomplete = false;
2485 incomplete = true;
2495 if (incomplete)
2732 bool incomplete; local
2757 incomplete = false;
2773 incomplete = true;
2784 if (incomplete)
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_gen.h1362 void *incomplete; local
1376 incomplete = skb_tail_pointer(skb);
1413 nlmsg_trim(skb, incomplete);
/linux-master/scripts/
H A Dsphinx-pre-install423 printf("Note: texlive packages on RHEL/CENTOS <= 7 are incomplete. Can't support PDF output\n");
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c651 int incomplete = 0; local
657 incomplete = 1;
661 if (incomplete)

Completed in 194 milliseconds