Searched refs:send (Results 126 - 150 of 303) sorted by path

1234567891011>>

/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1969 * pointer, so we cannot send the next frame before the fifo
4787 dch->dev.D.send = handle_dmsg;
4816 bch->ch.send = handle_bmsg;
4860 dch->dev.D.send = handle_dmsg;
4889 bch->ch.send = handle_bmsg;
H A Dhfcpci.c263 * ST B-channel send disabled -> continuous 1s
561 /* remaining bytes to send (bytes in tx-fifo) */
659 * D-channel send routine
736 * B-channel send routine
800 *z1t = cpu_to_le16(new_z1); /* now send data */
805 /* remaining bytes to send (bytes in fifo) */
839 *z1t = cpu_to_le16(new_z1); /* now send data */
2097 card->dch.dev.D.send = hfcpci_l2l1D;
2106 card->bch[i].ch.send = hfcpci_l2l1B;
H A Dhfcsusb.c241 * send full D/B channel status information
1852 hw->dch.dev.D.send = hfcusb_l2l1D;
1868 hw->bch[i].ch.send = hfcusb_l2l1B;
H A DmISDNipac.c167 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-send %s %d ",
861 isac->dch.dev.D.send = isac_l1hw;
1000 snprintf(hscx->log, 64, "B%1d-send %s %d ",
1604 ipac->hscx[i].bch.ch.send = &hscx_l2l1;
H A DmISDNisar.c52 * send msg to ISAR mailbox
1525 pr_info("%s: DTMF send wrong protocol %x\n",
1661 isar->ch[i].bch.ch.send = &isar_l2l1;
H A Dnetjet.c76 struct tiger_dma send; member in struct:tiger_hw
181 bc->bch.nr, fill, cnt, idx, card->send.idx);
188 val = card->send.start[idx];
191 card->send.start[idx++] = val;
192 if (idx >= card->send.size)
208 fill_mem(bc, 0, card->send.size, 0xff);
227 bc->free = card->send.size / 2;
241 bc->free = card->send.size / 2;
258 card->send.dmacur = inl(card->base + NJ_DMA_READ_ADR);
260 card->send
[all...]
H A Dw6692.c301 snprintf(card->log, 63, "D-send %s %d ",
521 snprintf(card->log, 63, "B%1d-send %s %d ",
1287 card->dch.dev.D.send = w6692_l2l1D;
1299 card->bc[i].bch.ch.send = w6692_l2l1B;
/linux-master/drivers/isdn/mISDN/
H A Ddsp_core.c127 * receive data ist disabled, the card may not send/receive any data at all.
588 /* send indication if it worked to set it */
593 if (dsp->up->send(dsp->up, nskb))
708 return dsp->up->send(dsp->up, skb);
737 /* send dtmf result, if any */
752 if (dsp->up->send(
767 return dsp->up->send(dsp->up, skb);
798 if (dsp->up->send(
851 /* send activation to upper layer */
854 return dsp->up->send(ds
[all...]
H A Dl1oip_core.c261 * send a frame via socket, if open and restart timer
332 /* send packet */
400 /* send message up */
584 /* if inactive, we send up a PH_ACTIVATE and activate */
693 /* build send message */
720 /* get socket back, check first if in use, maybe by send function */
767 /* if active, we send up a PH_DEACTIVATE and deactivate */
813 /* send an empty l1oip frame at D-channel */
842 /* if timeout, we send up a PH_DEACTIVATE and deactivate */
888 /* send fram
[all...]
H A Dlayer2.c146 err = l2->up->send(l2->up, skb);
171 err = l2->up->send(l2->up, skb);
1982 ret = l2->up->send(l2->up, skb);
2123 l2->ch.send = l2_send;
H A Dsocket.c510 _pms(sk)->ch.send = mISDN_send;
H A Dstack.c101 ret = ch->send(ch, cskb);
120 ret = ch->send(ch, skb);
155 return st->layer1->send(st->layer1, skb);
164 return ch->send(ch, skb);
174 return ch->send(ch, skb);
240 "send call(%d)\n",
396 newst->own.send = mISDN_queue_message;
475 ch->recv = rq.ch->send;
477 rq.ch->recv = ch->send;
490 ch->recv = rq2.ch->send;
[all...]
H A Dtei.c307 err = mgr->up->send(mgr->up, skb);
388 if (!test_bit(MGR_OPT_NETWORK, &mgr->options)) /* only net send UI */
1233 ret = l2->ch.send(&l2->ch, skb);
1356 mgr->ch.send = mgr_send;
1361 mgr->bcast.send = mgr_bcast;
/linux-master/drivers/mailbox/
H A Darm_mhuv2.c163 * @send: Base address of the register mapping region.
177 struct mhu2_send_frame_reg __iomem *send; member in union:mhuv2::__anon353
293 return !(readl_relaxed(&mhu->send->ch_wn[priv->ch_wn_idx].stat) &
307 &mhu->send->ch_wn[priv->ch_wn_idx].stat_set);
393 writel_relaxed(0x1, &mhu->send->ch_wn[i].int_clr);
394 writel_relaxed(0x1, &mhu->send->ch_wn[i].int_en);
405 writel_relaxed(0x0, &mhu->send->ch_wn[i].int_en);
415 return !readl_relaxed(&mhu->send->ch_wn[i].stat);
477 writel_relaxed(word, &mhu->send->ch_wn[priv->ch_wn_idx + windows - 1 - i].stat_set);
548 chan = get_irq_chan_comb(mhu, mhu->send
[all...]
H A Dtegra-hsp.c78 void (*send)(struct tegra_hsp_channel *channel, void *data); member in struct:tegra_hsp_sm_ops
404 .send = tegra_hsp_sm_send32,
449 .send = tegra_hsp_sm_send128,
462 mb->ops->send(&mb->channel, data);
/linux-master/drivers/misc/mei/gsc_proxy/
H A Dmei_gsc_proxy.c26 * @buf: a message buffer to send
67 .send = mei_gsc_proxy_send,
/linux-master/drivers/misc/mei/pxp/
H A Dmei_pxp.c48 * @message: a message buffer to send
101 * Returns: number of bytes send on Success, <0 on Failure with the following defined failures.
103 * Caller may attempt to try again from send immediately.
110 * Caller may attempt to try again from send immediately.
156 * @client_id: client id to send the command to
157 * @fence_id: fence id to send the command to
177 .send = mei_pxp_send_message,
/linux-master/drivers/misc/sgi-xp/
H A Dxp.h168 xpGruSendMqError, /* 59: gru send message queue related error */
265 enum xp_retval (*send) (short, int, u32, void *, u16); member in struct:xpc_interface
291 if (!xpc_interface.send)
294 return xpc_interface.send(partid, ch_number, flags, payload,
H A Dxp_main.c84 enum xp_retval (*send) (short, int, u32, void *, u16),
92 xpc_interface.send = send;
/linux-master/drivers/mmc/host/
H A Dmeson-mx-sdhc-mmc.c137 u32 ictl, send; local
146 send = FIELD_PREP(MESON_SDHC_SEND_CMD_INDEX, cmd->opcode);
149 send |= MESON_SDHC_SEND_CMD_HAS_DATA;
150 send |= FIELD_PREP(MESON_SDHC_SEND_TOTAL_PACK,
159 send |= MESON_SDHC_SEND_DATA_DIR;
196 send |= MESON_SDHC_SEND_DATA_STOP;
199 send |= MESON_SDHC_SEND_CMD_HAS_RESP;
202 send |= MESON_SDHC_SEND_RESP_LEN;
203 send |= MESON_SDHC_SEND_RESP_NO_CRC;
207 send |
[all...]
H A Dmeson-mx-sdio.c161 u32 mult, send = 0, ext = 0; local
175 send |= FIELD_PREP(MESON_MX_SDIO_SEND_CMD_RESP_BITS_MASK, 45);
179 send |= FIELD_PREP(MESON_MX_SDIO_SEND_CMD_RESP_BITS_MASK, 133);
180 send |= MESON_MX_SDIO_SEND_RESP_CRC7_FROM_8;
187 send |= MESON_MX_SDIO_SEND_RESP_WITHOUT_CRC7;
190 send |= MESON_MX_SDIO_SEND_CHECK_DAT0_BUSY;
193 send |= FIELD_PREP(MESON_MX_SDIO_SEND_REPEAT_PACKAGE_TIMES_MASK,
206 send |= MESON_MX_SDIO_SEND_DATA;
208 send |= MESON_MX_SDIO_SEND_RESP_HAS_DATA;
213 send |
388 meson_mx_mmc_process_cmd_irq(struct meson_mx_mmc_host *host, u32 irqs, u32 send) argument
420 u32 irqs, send; local
[all...]
/linux-master/drivers/net/
H A Damt.c2680 goto send;
2716 send:
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1106 * stack might send more than SGE_TX_DESC_MAX_PLEN in a contiguous manner.
1818 goto send;
1906 send:
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h62 int (*send)(struct port_info *pi, struct sk_buff **skb); member in struct:iscsi_config
H A Dcxgb3_offload.c1048 r = dev->send(dev, skb);
1107 tdev->send(tdev, skb);
1352 tdev->send = t3_offload_tx;

Completed in 348 milliseconds

1234567891011>>