Lines Matching refs:first_peer_device
451 &first_peer_device(device)->connection->sender_work, in resync_timer_fn()
588 struct drbd_peer_device *const peer_device = first_peer_device(device); in make_resync_request()
792 if (drbd_send_ov_request(first_peer_device(device), sector, size)) { in make_ov_request()
833 struct drbd_connection *connection = first_peer_device(device)->connection; in ping_peer()
864 drbd_queue_work(&first_peer_device(device)->connection->sender_work, in drbd_resync_finished()
1328 sock = &first_peer_device(device)->connection->data; in w_send_write_hint()
1329 if (!drbd_prepare_command(first_peer_device(device), sock)) in w_send_write_hint()
1331 return drbd_send_command(first_peer_device(device), sock, P_UNPLUG_REMOTE, 0, NULL, 0); in w_send_write_hint()
1359 struct drbd_peer_device *const peer_device = first_peer_device(device); in w_send_out_of_sync()
1390 struct drbd_peer_device *const peer_device = first_peer_device(device); in w_send_dblock()
1419 struct drbd_peer_device *const peer_device = first_peer_device(device); in w_send_read_req()
1657 struct drbd_peer_device *peer_device = first_peer_device(device); in drbd_start_resync()