• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/

Lines Matching defs:store

88 static int arm_lock(struct hpsb_host *host, int nodeid, quadlet_t * store,
91 static int arm_lock64(struct hpsb_host *host, int nodeid, octlet_t * store,
1135 static int arm_lock(struct hpsb_host *host, int nodeid, quadlet_t * store,
1176 (addr + sizeof(*store)))) {
1257 memcpy(store, &old, sizeof(*store));
1260 &new, sizeof(*store));
1278 size = sizeof(struct arm_request) + sizeof(struct arm_response) + 3 * sizeof(*store) + sizeof(struct arm_request_response); /* maximum */
1297 buf2 = buf1 + 2 * sizeof(*store);
1300 arm_req->buffer_length = sizeof(*store);
1301 memcpy(buf1, &data, sizeof(*store));
1304 arm_req->buffer_length = 2 * sizeof(*store);
1305 memcpy(buf1, &arg, sizeof(*store));
1306 memcpy(buf1 + sizeof(*store), &data, sizeof(*store));
1309 arm_resp->buffer_length = sizeof(*store);
1310 memcpy(buf2, &old, sizeof(*store));
1317 req->req.misc = ((((sizeof(*store)) << 16) & (0xFFFF0000)) |
1346 sizeof(struct arm_response) + 2 * sizeof(*store));
1353 static int arm_lock64(struct hpsb_host *host, int nodeid, octlet_t * store,
1401 (addr + sizeof(*store)))) {
1484 memcpy(store, &old, sizeof(*store));
1487 &new, sizeof(*store));
1506 size = sizeof(struct arm_request) + sizeof(struct arm_response) + 3 * sizeof(*store) + sizeof(struct arm_request_response); /* maximum */
1525 buf2 = buf1 + 2 * sizeof(*store);
1528 arm_req->buffer_length = sizeof(*store);
1529 memcpy(buf1, &data, sizeof(*store));
1532 arm_req->buffer_length = 2 * sizeof(*store);
1533 memcpy(buf1, &arg, sizeof(*store));
1534 memcpy(buf1 + sizeof(*store), &data, sizeof(*store));
1537 arm_resp->buffer_length = sizeof(*store);
1538 memcpy(buf2, &old, sizeof(*store));
1545 req->req.misc = ((((sizeof(*store)) << 16) & (0xFFFF0000)) |
1574 sizeof(struct arm_response) + 2 * sizeof(*store));