Lines Matching defs:asp
486 struct wire_addr_size_pair *asp;
500 *size -= sizeof(*asp);
513 asp = (*out_trans)->data;
521 asp->size = cpu_to_le64(dma_len);
524 asp++;
525 if ((void *)asp + sizeof(*asp) > boundary) {
526 w->len = (void *)asp - (void *)&w->msg;
532 asp = (struct wire_addr_size_pair *)&w->msg;
535 asp->addr = cpu_to_le64(sg_dma_address(sg));
539 asp->size = cpu_to_le64(dma_len);
540 w->len = (void *)asp + sizeof(*asp) - (void *)&w->msg;