Lines Matching defs:reply
243 struct thunderbolt_ip_login_response reply;
246 memset(&reply, 0, sizeof(reply));
247 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid,
248 xd->remote_uuid, TBIP_LOGIN_RESPONSE, sizeof(reply),
250 memcpy(reply.receiver_mac, net->dev->dev_addr, ETH_ALEN);
251 reply.receiver_mac_len = ETH_ALEN;
253 return tb_xdomain_response(xd, &reply, sizeof(reply),
259 struct thunderbolt_ip_login_response reply;
272 TB_CFG_PKG_XDOMAIN_RESP, &reply,
273 sizeof(reply), TB_CFG_PKG_XDOMAIN_RESP,
280 struct thunderbolt_ip_status reply;
283 memset(&reply, 0, sizeof(reply));
284 tbnet_fill_header(&reply.hdr, route, sequence, xd->local_uuid,
285 xd->remote_uuid, TBIP_STATUS, sizeof(reply),
287 return tb_xdomain_response(xd, &reply, sizeof(reply),
294 struct thunderbolt_ip_status reply;
303 TB_CFG_PKG_XDOMAIN_RESP, &reply,
304 sizeof(reply), TB_CFG_PKG_XDOMAIN_RESP,
712 netdev_dbg(net->dev, "received login reply\n");