Searched defs:sent (Results 1 - 25 of 36) sorted by relevance

12

/drivers/bluetooth/
H A Dath3k.c176 int err, pipe, len, size, sent = 0; local
196 sent += 20;
203 memcpy(send_buf, firmware->data + sent, size);
214 sent += size;
269 int err, pipe, len, size, count, sent = 0; local
293 sent += size;
300 memcpy(send_buf, firmware->data + sent, size);
310 sent += size;
H A Dbfusb.c478 int sent = 0, size, count; local
514 buf[0] = 0xc1 | ((sent == 0) ? 0x04 : 0) | ((count == size) ? 0x08 : 0);
519 skb_copy_from_linear_data_offset(skb, sent, skb_put(nskb, size), size);
521 sent += size;
548 int err, pipe, len, size, sent = 0; local
576 memcpy(buf, firmware + sent, size);
586 sent += size;
/drivers/net/ethernet/sun/
H A Dsunvnet.h23 /* VNET packets are sent in buffers with the first 6 bytes skipped
78 u8 sent; member in struct:vnet_mcast_entry
/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h100 struct list_head sent; member in struct:ibmvscsi_host_data
/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.h63 int sent; member in struct:iscsi_seq
/drivers/isdn/gigaset/
H A Dser-gigaset.c61 * result: number of bytes sent or error code < 0
68 int sent = -EOPNOTSUPP; local
81 sent = tty->ops->write(tty, skb->data, skb->len);
82 gig_dbg(DEBUG_OUTPUT, "write_modem: sent %d", sent);
83 if (sent < 0) {
86 return sent;
88 skb_pull(skb, sent);
90 /* skb sent completely */
98 return sent;
110 int sent = 0; local
166 int sent = 0; local
[all...]
/drivers/net/ppp/
H A Dppp_synctty.c522 * and 7 (code-reject) must be sent as though no options
593 int sent, done = 0; local
604 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len);
605 if (sent < 0)
607 if (sent < ap->tpkt->len) {
H A Dppp_async.c551 * and 7 (code-reject) must be sent as though no options
653 int avail, sent, done = 0; local
675 sent = tty->ops->write(tty, ap->optr, avail);
676 if (sent < 0)
678 ap->optr += sent;
679 if (sent < avail)
940 * In the situation where the peer has been sent a configure-ack
941 * already, LCP is up once it has sent its configure-ack
942 * so the immediately following packet can be sent with the
947 * sent
[all...]
/drivers/tty/hvc/
H A Dhvc_xen.c96 int sent = 0; local
103 while ((sent < len) && ((prod - cons) < sizeof(intf->out)))
104 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++];
109 if (sent)
111 return sent;
128 int sent = __write_console(cons, data, len); local
130 data += sent;
131 len -= sent;
H A Dhvcs.c562 int sent; local
566 sent = hvc_put_chars(unit_address,
569 if (sent > 0) {
619 /* Give the TTY time to process the data we just sent. */
1392 * tosend we record that it was sent regardless of whether the
/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c75 * pkts sent to dma engine are queued on this
79 struct list_head sent; member in struct:ipath_user_sdma_queue
111 INIT_LIST_HEAD(&pq->sent);
572 list_for_each_entry_safe(pkt, pkt_prev, &pq->sent, list) {
632 if (list_empty(&pq->sent)) {
642 if (!list_empty(&pq->sent)) {
648 list_splice_init(&pq->sent, &free_list);
773 list_move_tail(&pkt->list, &pq->sent);
/drivers/message/fusion/
H A Dmptlan.c159 * lan_reply - Handle all data sent from the hardware.
582 struct sk_buff *sent; local
587 sent = priv->SendCtl[ctx].skb;
590 dev->stats.tx_bytes += sent->len;
592 dioprintk((KERN_INFO MYNAM ": %s/%s: @%s, skb %p sent.\n",
594 __func__, sent));
599 dev_kfree_skb_irq(sent);
615 struct sk_buff *sent; local
640 printk (KERN_ERR MYNAM ": %s/%s: ERROR - Invalid SGL sent to IOC!\n",
655 sent
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dchannel.c965 bool sent = false; local
970 sent = true;
974 return sent;
/drivers/net/wireless/libertas/
H A Dif_cs.c591 int sent = 0; local
626 int remain = fw->size - sent;
632 * "write the number of bytes to be sent to the I/O Command
640 &fw->data[sent],
663 sent, ret);
670 sent += count;
684 int sent; local
697 for (sent = 0; sent < fw->size; sent
[all...]
/drivers/tty/serial/
H A Darc_uart.c166 int sent = 0; local
173 sent = 1;
181 sent = 1;
191 if (sent)
H A Dsunhv.c63 unsigned long len, status, sent; local
67 status = sun4v_con_write(ra, len, &sent);
70 xmit->tail = (xmit->tail + sent) & (UART_XMIT_SIZE - 1);
71 port->icount.tx += sent;
/drivers/block/aoe/
H A Daoe.h115 struct timeval sent; /* high-res time packet was sent */ member in struct:frame
116 u32 sent_jiffs; /* low-res jiffies-based sent time */
161 u16 lasttag; /* last tag sent */
/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c101 * pkts sent to dma engine are queued on this
105 struct list_head sent; member in struct:qib_user_sdma_queue
199 INIT_LIST_HEAD(&pq->sent);
1069 list_for_each_entry_safe(pkt, pkt_prev, &pq->sent, list) {
1162 list_move_tail(&pkt->list, &pq->sent);
1172 list_splice_init(&pq->sent, &free_list);
1304 list_move_tail(&pkt->list, &pkt->pq->sent);
/drivers/net/ethernet/
H A Dec_bhf.c108 __le32 sent; member in struct:tx_header
189 return le32_to_cpu(desc->header.sent) & TX_HDR_SENT;
375 priv->tx_descs[i].header.sent = cpu_to_le32(TX_HDR_SENT);
/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c116 u_short sent; member in struct:local_info
742 dev->stats.tx_packets += lp->sent ;
743 lp->sent = 0 ;
746 lp->sent = lp->tx_queue ;
796 lp->sent = 0;
846 lp->sent = lp->tx_queue ;
/drivers/net/ethernet/sgi/
H A Dmeth.h39 u64 sent:1; /* always set to 1...*/ member in struct:tx_status_vector
56 u64 tx_int_flag:1; /*Generate TX intrrupt when packet has been sent*/
193 /* 1: A TX message had the INT request bit set, the packet has been sent. */
232 #define METH_TX_CMD_INT_EN BIT(24) /* Generate TX interrupt when packet is sent */
/drivers/staging/fwserial/
H A Dfwserial.h167 unsigned sent; member in struct:stats
/drivers/iommu/
H A Dexynos-iommu.c48 #define lv1ent_fault(sent) ((*(sent) == ZERO_LV2LINK) || \
49 ((*(sent) & 3) == 0) || ((*(sent) & 3) == 3))
50 #define lv1ent_zero(sent) (*(sent) == ZERO_LV2LINK)
51 #define lv1ent_page_zero(sent) ((*(sent) & 3) == 1)
52 #define lv1ent_page(sent) ((*(sent) !
145 page_entry(sysmmu_pte_t *sent, sysmmu_iova_t iova) argument
841 alloc_lv2entry(struct exynos_iommu_domain *priv, sysmmu_pte_t *sent, sysmmu_iova_t iova, short *pgcounter) argument
894 lv1set_section(struct exynos_iommu_domain *priv, sysmmu_pte_t *sent, sysmmu_iova_t iova, phys_addr_t paddr, short *pgcnt) argument
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.c780 unsigned int sendlen, sent, dllen; local
806 sent = 0;
813 * the bytes we sent */
814 if ((rdlbytes == sent) && (rdlbytes != dllen)) {
815 if ((dllen-sent) < RDL_CHUNK)
816 sendlen = dllen-sent;
837 sent += sendlen;
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_request.c45 * the completion AST is sent to notify the caller when the lock is
50 * sent to notify the holder(s) of the lock(s) of the conflicting lock
56 * the lock. If the resource is locked, the lock holder(s) are sent glimpse
476 * bl_ast and -EINVAL reply is sent to server anyways.
904 /* lock not sent to server yet */
1171 int free, sent = 0; local
1220 sent = count;
1242 sent = count;
1248 return sent ? sent
[all...]

Completed in 8733 milliseconds

12