Searched refs:send (Results 101 - 125 of 303) sorted by last modified time

1234567891011>>

/linux-master/net/atm/
H A Dcommon.c644 error = vcc->dev->ops->send(vcc, skb);
/linux-master/include/net/
H A Dtcp_ao.h258 __be32 sisn, __be32 disn, bool send);
275 __be32 disn, bool send);
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c3 * cnic modules to create FCoE instances, send/receive non-offloaded
404 /* send down to lld */
1092 * bnx2fc_fip_send - send an Ethernet-encapsulated FIP frame.
1457 ctlr->send = bnx2fc_fip_send;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c35 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb);
163 dev_err(target->dev, "failed to allocate send buffer\n");
201 dev_err(target->dev, "failed to allocate send buffer\n");
268 dev_err(target->dev, "Failed to allocate buf to send"
H A Dhif_usb.c532 .send = hif_usb_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
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c155 c_tx->pkt.send.ddp_qn = RDMAP_UNTAGGED_QN_SEND;
156 c_tx->pkt.send.ddp_msn =
158 c_tx->pkt.send.ddp_mo = 0;
178 c_tx->pkt.send.ddp_qn = RDMAP_UNTAGGED_QN_SEND;
179 c_tx->pkt.send.ddp_msn =
181 c_tx->pkt.send.ddp_mo = 0;
267 * Per RDMA verbs, the application should not change the send buffer
689 * Prepares transmit context to send out one FPDU if FPDU will contain
697 * to avoid header misalignment due to send pausing within
1004 * or FPDU, if insufficient send spac
[all...]
H A Dsiw_qp_rx.c183 * read request which was send to the remote peer to
280 struct iwarp_send_inv *send = &srx->hdr.send_inv; local
284 u32 ddp_msn = be32_to_cpu(send->ddp_msn);
285 u32 ddp_mo = be32_to_cpu(send->ddp_mo);
286 u32 ddp_qn = be32_to_cpu(send->ddp_qn);
289 pr_warn("siw: [QP %u]: invalid ddp qn %d for send\n",
295 pr_warn("siw: [QP %u]: send msn: %u != %u\n",
302 pr_warn("siw: [QP %u], send mo: %u != %u\n",
314 srx->inval_stag = be32_to_cpu(send->inval_stag);
H A Dsiw.h40 /* Maximum number of frames which can be send in one SQ processing */
275 SIW_SEND_SHORT_FPDU/* send whole FPDU hdr|data|trailer at once */
343 struct iwarp_send send; member in struct:siw_send_pkt
376 struct iwarp_send send; member in union:siw_iwarp_tx::__anon1020
399 u8 use_sendpage : 1; /* send w/o copy */
436 struct siw_sqe *sendq; /* send queue element array */
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h173 } send; member in union:bnxt_qplib_swqe::__anon951
377 /* False full is possible, retrying post-send makes sense */
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c64 * | 0x0000 | H2G `CTB Descriptor`_ (send) | |
68 * | 0x1000 | H2G `CT Buffer`_ (send) | n*4K |
80 * of the receive buffer (relative to the send) to ensure a G2H response
142 spin_lock_init(&ct->ctbs.send.lock);
218 static int ct_register_buffer(struct intel_guc_ct *ct, bool send, argument
223 err = intel_guc_self_cfg64(ct_to_guc(ct), send ?
230 err = intel_guc_self_cfg64(ct_to_guc(ct), send ?
237 err = intel_guc_self_cfg32(ct_to_guc(ct), send ?
244 send ? "SEND" : "RECV", ERR_PTR(err));
284 /* store pointers to desc and cmds for send ct
575 struct guc_ct_buffer_desc *send = ct->ctbs.send.desc; local
[all...]
H A Dintel_gsc_proxy.c27 * to send messages to CSME again.
108 ret = comp->ops->send(comp->mei_dev, in, in_size);
110 gt_err(gt, "Failed to send CSME message\n");
144 /* send the request */
210 /* send proxy message to GSC */
213 gt_err(gt, "failed to send proxy message to GSC! %d\n", ret);
231 /* send the GSC message to the CSME */
234 gt_err(gt, "failed to send proxy message to CSME! %d\n", ret);
/linux-master/drivers/atm/
H A Dnicstar.c163 .send = ns_send,
H A Diphase.c2937 IF_ERR(printk(DEV_LABEL "invalid desc for send: %d\n", desc);)
2948 IF_ERR(printk(DEV_LABEL "send desc:%d completion code %d error\n",
3063 IF_TX(printk("ia send done\n");)
3157 .send = ia_send,
H A Deni.c183 if (eni_dev->tx[i].send)
185 eni_dev->tx[i].send,eni_dev->tx[i].words*4);
1128 DPRINTK("doing direct send\n"); /* @@@ well, this doesn't work anyway */
1154 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4);
1155 /*printk("dsc = 0x%08lx\n",(unsigned long) readl(tx->send+tx->tx_pos*4));*/
1159 tx->send+((tx->tx_pos+1) & (tx->words-1))*4);
1162 writel(skb->len,tx->send+
1192 if (tx->send)
1245 if (!eni_dev->tx[i].send) return eni_dev->tx+i;
1330 tx->send
[all...]
H A Datmtcp.c335 .send = atmtcp_v_send,
348 .send = atmtcp_c_send
H A Dsolos-pci.c1182 .send = psend,
/linux-master/kernel/
H A Dsys_ni.c329 COND_SYSCALL(send); variable
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c312 /* Do not send to crypt engine in case of GMAC */
1218 ctx->base.send = safexcel_skcipher_send;
1660 ctx->base.send = safexcel_aead_send;
H A Dsafexcel.c848 ret = ctx->send(req, ring, &commands, &results);
855 /* In case the send() helper did not issue any command to push
H A Dsafexcel.h838 int (*send)(struct crypto_async_request *req, int ring, member in struct:safexcel_context
/linux-master/drivers/char/tpm/
H A Dtpm_tis_i2c_cr50.c533 * @buf: Buffer to send.
648 .send = &tpm_cr50_i2c_tis_send,
/linux-master/drivers/bluetooth/
H A Dhci_vhci.c421 hdev->send = vhci_send_frame;
/linux-master/tools/testing/selftests/net/
H A Dipsec.c70 * We have to send a test result back to parent and count there.
350 if (send(sock, &req, req.nh.nlmsg_len, 0) < 0) {
351 pr_err("send()");
392 if (send(sock, &req, req.nh.nlmsg_len, 0) < 0) {
393 pr_err("send()");
418 if (send(sock, &req, req.nh.nlmsg_len, 0) < 0) {
419 pr_err("send()");
456 if (send(sock, &req, req.nh.nlmsg_len, 0) < 0) {
457 pr_err("send()");
685 printk("send par
[all...]
/linux-master/drivers/nfc/
H A Dvirtual_ncidev.c79 .send = virtual_nci_send

Completed in 590 milliseconds

1234567891011>>