Searched refs:peer (Results 1 - 25 of 440) sorted by path

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Dnssearch.c119 /* Didn't match name, move on to the next peer object */
121 node = node->peer;
H A Daclocal.h141 struct acpi_namespace_node *peer; /* First peer */ member in struct:acpi_namespace_node
H A Dexdump.c277 {ACPI_EXD_NODE, ACPI_EXD_NSOFFSET(peer), "Peer"}
H A Dnsaccess.c114 prev_node->peer = new_node;
H A Dnsalloc.c145 /* Find the node that is the previous peer in the parent's child list */
149 next_node = next_node->peer;
156 prev_node->peer = node->peer;
159 * Node is first child (has no previous peer).
160 * Link peer list to parent
162 parent_node->child = node->peer;
222 node->peer = NULL;
229 /* Add node to the end of the peer list */
231 while (child_node->peer) {
[all...]
H A Dnswalk.c29 * DESCRIPTION: Return the next peer node within the namespace. If Handle
48 /* Otherwise just return the next peer */
50 return (child_node->peer);
66 * DESCRIPTION: Return the next peer node within the namespace. If Handle
106 /* Otherwise, move on to the next peer node */
108 next_node = next_node->peer;
H A Dutinit.c189 acpi_gbl_root_node_struct.peer = NULL;
/linux-master/drivers/isdn/mISDN/
H A Ddsp_hwec.c85 if (!dsp->ch.peer->ctrl(&dsp->ch, CONTROL_CHANNEL, &cq)) {
105 if (!dsp->ch.peer->ctrl(&dsp->ch, CONTROL_CHANNEL, &cq)) {
H A Ddsp_tones.c447 if (dsp->ch.peer) {
448 if (dsp->ch.recv(dsp->ch.peer, nskb))
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.h69 u8 peer[ETH_ALEN]);
71 u8 peer[ETH_ALEN]);
/linux-master/include/net/
H A Dinetpeer.h148 bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout);
/linux-master/include/uapi/linux/
H A Dscif_ioctl.h77 * @peer: destination node and port to connect to
81 struct scif_port_id peer; member in struct:scifioctl_connect
87 * @peer: global id of peer endpoint
92 struct scif_port_id peer; member in struct:scifioctl_accept
/linux-master/samples/bpf/
H A Dtest_cls_bpf.sh31 ip link add name $IFC type veth peer name pair_$IFC
/linux-master/sound/usb/6fire/
H A Dpcm.h33 struct pcm_urb *peer; member in struct:pcm_urb
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock_addr.sh29 ip link add dev ${TEST_IF} type veth peer name ${TEST_IF_PEER}
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre.sh54 ip link add name v1 type veth peer name v2
/linux-master/tools/testing/selftests/net/
H A Dip6_gre_headroom.sh9 ip link add h1 type veth peer name swp1
10 ip link add h3 type veth peer name swp3
/linux-master/tools/testing/selftests/netfilter/
H A Dbridge_brouter.sh30 ip link add veth0 netns ns0 type veth peer name eth0 netns ns1
35 ip link add veth1 netns ns0 type veth peer name eth0 netns ns2
/linux-master/drivers/ata/
H A Dpata_amd.c50 struct ata_device *peer = ata_dev_pair(adev); local
67 if (peer) {
69 if (ata_dma_enabled(peer)) {
70 ata_timing_compute(peer, peer->dma_mode, &apeer, T, UT);
73 ata_timing_compute(peer, peer->pio_mode, &apeer, T, UT);
H A Dpata_atp867x.c205 struct ata_device *peer = ata_dev_pair(adev); local
216 if (peer && peer->pio_mode) {
217 ata_timing_compute(peer, peer->pio_mode, &p, T, UT);
H A Dpata_via.c249 struct ata_device *peer = ata_dev_pair(adev); local
270 if (peer) {
271 if (peer->pio_mode) {
272 ata_timing_compute(peer, peer->pio_mode, &p, T, UT);
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c111 struct kmem_cache *drbd_ee_cache; /* peer requests */
280 * This is called after the connection to the peer was lost. The storage covered
784 drbd_err(connection, "--dry-run is not supported by peer");
988 * drbd_send_current_state() - Sends the drbd state to the peer
989 * @peer_device: DRBD peer device.
1005 * drbd_send_state() - After a state change, sends the new state to the peer
1006 * @peer_device: DRBD peer device.
1010 * send the resulting new state to the peer. If more state changes happen
1332 * @peer_device: DRBD peer device.
1378 * @peer_device: DRBD peer devic
3300 unsigned int peer; local
[all...]
H A Ddrbd_nl.c492 drbd_warn(connection, "Not fencing peer, I'm not even Consistent myself.\n");
519 r = conn_khelper(connection, "fence-peer");
522 case P_INCONSISTENT: /* peer is inconsistent */
523 ex_to_string = "peer is inconsistent or worse";
527 case P_OUTDATED: /* peer got outdated, or was already outdated */
528 ex_to_string = "peer was fenced";
532 case P_DOWN: /* peer was down */
535 ex_to_string = "peer is unreachable, assumed to be dead";
539 ex_to_string = "peer unreachable, doing nothing since disk != UpToDate";
544 * become R_PRIMARY, but finds the other peer bein
[all...]
H A Ddrbd_proc.c277 drbd_role_str(state.peer),
H A Ddrbd_receiver.c521 drbd_info(connection, "sock was reset by peer\n");
536 drbd_info(connection, "sock was shut down by peer\n");
645 /* connect may fail, peer not yet available.
661 /* peer not (yet) available, network problem */
919 * -1 peer talks different language,
949 /* Assume that the peer only understands protocol 80 until we know better. */
1073 drbd_err(connection, "Authentication of peer failed\n");
1076 drbd_err(connection, "Authentication of peer failed, trying again.\n");
1621 * @peer_req: peer request
1674 * side than those of the sending peer, w
3016 int self, peer, rv = -100; local
3235 u64 self, peer; local
3615 convert_after_sb(enum drbd_after_sb_p peer) argument
[all...]

Completed in 516 milliseconds

1234567891011>>