Home
last modified time | relevance | path

Searched refs:async_wrap_skb (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/include/net/irda/
Dwrapper.h54 int async_wrap_skb(struct sk_buff *skb, __u8 *tx_buff, int buffsize);
/linux-4.1.27/net/irda/
Dwrapper.c83 int async_wrap_skb(struct sk_buff *skb, __u8 *tx_buff, int buffsize) in async_wrap_skb() function
159 EXPORT_SYMBOL(async_wrap_skb);
/linux-4.1.27/drivers/net/irda/
Dkingsun-sir.c169 wraplen = async_wrap_skb(skb, in kingsun_hard_xmit()
Dsh_sir.c607 self->tx_buff.len = async_wrap_skb(skb, self->tx_buff.data, in sh_sir_hard_xmit()
Dsh_irda.c644 self->tx_buff.len = async_wrap_skb(skb, in sh_irda_hard_xmit()
Dks959-sir.c408 async_wrap_skb(skb, kingsun->tx_buf_clear, KINGSUN_SND_FIFO_SIZE); in ks959_hard_xmit()
Dksdazzle-sir.c322 async_wrap_skb(skb, kingsun->tx_buf_clear, KINGSUN_SND_FIFO_SIZE); in ksdazzle_hard_xmit()
Dmcs7780.c328 wraplen = async_wrap_skb(skb, buf + 2, 4094); in mcs_wrap_sir_skb()
Dstir4200.c300 wraplen = async_wrap_skb(skb, buf + STIR_IRDA_HEADER, in wrap_sir_skb()
Dsir_dev.c645 dev->tx_buff.len = async_wrap_skb(skb, dev->tx_buff.data, dev->tx_buff.truesize); in sirdev_hard_xmit()
Dbfin_sir.c553 self->tx_buff.len = async_wrap_skb(skb, self->tx_buff.data, self->tx_buff.truesize); in bfin_sir_hard_xmit()
Dpxaficp_ir.c537 si->tx_buff.len = async_wrap_skb(skb, si->tx_buff.data, si->tx_buff.truesize); in pxa_irda_hard_xmit()
Dsa1100_ir.c259 si->tx_buff.len = async_wrap_skb(skb, si->tx_buff.data, in sa1100_irda_sir_tx_start()
Dau1k_ir.c711 len = async_wrap_skb(skb, (u8 *)pDB->vaddr, MAX_BUF_SIZE); in au1k_irda_hard_xmit()
Dw83977af_ir.c530 self->tx_buff.len = async_wrap_skb(skb, self->tx_buff.data, in w83977af_hard_xmit()
Ddonauboe.c1097 len = async_wrap_skb (skb, self->tx_bufs[self->txs], TX_BUF_SZ); in toshoboe_hard_xmit()
Dvia-ircc.c794 async_wrap_skb(skb, self->tx_buff.data, in via_ircc_hard_xmit_sir()
Dali-ircc.c1967 self->tx_buff.len = async_wrap_skb(skb, self->tx_buff.data, in ali_ircc_sir_hard_xmit()
Dvlsi_ir.c946 len = async_wrap_skb(skb, rd->buf, r->len); in vlsi_hard_start_xmit()
Dnsc-ircc.c1415 self->tx_buff.len = async_wrap_skb(skb, self->tx_buff.data, in nsc_ircc_hard_xmit_sir()
Dsmsc-ircc2.c924 self->tx_buff.len = async_wrap_skb(skb, self->tx_buff.data, in smsc_ircc_hard_xmit_sir()