Searched refs:consumed (Results 76 - 93 of 93) sorted by relevance

1234

/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c1788 u8 ulp_num, consumed, header = 0; local
1798 consumed = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe,
1801 consumed = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe_v2,
1805 /* num_cons indicates number of 8 RQEs consumed */
1806 if (consumed)
1807 beiscsi_hdq_post_handles(phba, header, ulp_num, 8 * consumed);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.c5980 bool consumed; local
5990 consumed = ath10k_tm_event_wmi(ar, id, skb);
5996 if (consumed && id != WMI_10X_READY_EVENTID) {
5998 "wmi testmode consumed 0x%x\n", id);
6111 bool consumed; local
6121 consumed = ath10k_tm_event_wmi(ar, id, skb);
6127 if (consumed && id != WMI_10_2_READY_EVENTID) {
6129 "wmi testmode consumed 0x%x\n", id);
6260 bool consumed; local
6270 consumed
[all...]
H A Dwmi-tlv.c639 bool consumed; local
649 consumed = ath10k_tm_event_wmi(ar, id, skb);
655 if (consumed && id != WMI_TLV_READY_EVENTID) {
657 "wmi tlv testmode consumed 0x%x\n", id);
/linux-master/drivers/crypto/caam/
H A Dcaampkc.c242 miter.consumed = lzeros;
/linux-master/drivers/mmc/host/
H A Dbcm2835.c355 host->sg_miter.consumed = len;
H A Ddavinci_mmc.c218 * By adjusting sgm->consumed this will give a pointer to the
251 sgm->consumed = n;
H A Domap.c686 sgm->consumed = n;
H A Dsdhci.c549 host->sg_miter.consumed = len;
589 host->sg_miter.consumed = len;
H A Dmmci.c1735 sg_miter->consumed = len;
/linux-master/tools/perf/
H A Dbuiltin-trace.c1517 int consumed = sizeof(*augmented_arg) + augmented_arg->size; local
1519 arg->augmented.args = ((void *)arg->augmented.args) + consumed;
1520 arg->augmented.size -= consumed;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c354 * Work Queue Entries by the HBA. When the HBA indicates that it has consumed
414 * a Mailbox Queue Entry by the HBA. When the HBA indicates that it has consumed
416 * pointers. This routine returns the number of entries that were consumed by
503 * lpfc_sli4_write_eq_db - write EQ DB for eqe's consumed or arm state
506 * @count: Number of elements that have been consumed
541 * lpfc_sli4_if6_write_eq_db - write EQ DB for eqe's consumed or arm state
544 * @count: Number of elements that have been consumed
636 int count = 0, consumed = 0; local
646 consumed++;
651 phba->sli4_hba.sli4_write_eq_db(phba, eq, consumed,
14871 int count = 0, consumed = 0; local
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1374 miter->consumed = this_sg;
/linux-master/drivers/target/sbp/
H A Dsbp_target.c1314 iter.consumed = tfr_length;
/linux-master/net/core/
H A Dskbuff.c4280 * @consumed: number of bytes consumed by the caller so far
4284 * Reads a block of skb data at @consumed relative to the
4291 * returned, i.e. @consumed is typically set to the number
4292 * of bytes already consumed and the next call to
4303 unsigned int skb_seq_read(unsigned int consumed, const u8 **data, argument
4306 unsigned int block_limit, abs_offset = consumed + st->lower_offset;
/linux-master/drivers/target/
H A Dtarget_core_user.c763 sg_iter.consumed = cp_len;
/linux-master/include/linux/
H A Dskbuff.h1426 unsigned int skb_seq_read(unsigned int consumed, const u8 **data,
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c1546 * tells how much data has been consumed (input) and produced (output) for current frame.
1557 fp.consumed = cctx->consumedSrcSize;
3836 * All blocks will be terminated, all input will be consumed.
5547 assert(iPos == srcSize); /* all input is expected consumed */
5657 * Occasionally, we may want to change the actual number of bytes we consumed from inSeqs to
/linux-master/drivers/scsi/
H A Dscsi_debug.c3861 diter.consumed = dpage_offset;

Completed in 500 milliseconds

1234