Searched refs:send (Results 301 - 305 of 305) sorted by relevance

<<111213

/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c390 * Bring the link up before we send the fipvlan request so libfcoe
435 * Call lport->tt.rport_login which will cause libfc to send an
1147 * then do not try to also send it over the LL2 path
1225 /* send down to lld */
1227 QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_LL2, "FCoE frame send: "
1261 QEDF_WARN(&(qedf->dbg_ctx), "Could not allocate send queue.\n");
1270 QEDF_WARN(&(qedf->dbg_ctx), "Could not allocate send queue PBL.\n");
1372 conn_info.def_q_idx = 0; /* Default index for send queue? */
1651 qedf->ctlr.send = qedf_fip_send;
3669 "Failed to send dr
[all...]
/linux-master/net/
H A Dsocket.c749 * sock_sendmsg - send a message through @sock
751 * @msg: message to send
777 * kernel_sendmsg - send a message through @sock (kernel-space)
797 * kernel_sendmsg_locked - send a message through @sock (kernel-space)
2211 SYSCALL_DEFINE4(send, int, fd, void __user *, buff, size_t, len,
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c6069 * Prepare a RDP response and send to Fabric switch
6291 goto send;
6438 send:
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c1774 * Therefore we must send the barrier_ack after the barrier request was
3711 * requires that we send a P_PROTOCOL_UPDATE packet at
3824 * device is added first will send configuration commands to its peer but the
3827 * send the same device configuration commands, but in the other direction.
4489 * we first send the uuids, then the current state.
4828 /* you are supposed to send additional out-of-sync information
5144 connection->send.seen_any_write_yet = false;
6034 * maybe woken for send_ping: we'll send a ping above,
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h506 u8 send[0x1]; member in struct:mlx5_ifc_odp_per_transport_service_cap_bits

Completed in 473 milliseconds

<<111213