Lines Matching refs:bd
127 } __attribute__((packed)) bd; member
145 } __attribute__((packed)) bd; member
2608 mpd.hd.bd_length = sizeof(mpd.bd); in aac_scsi_cmd()
2610 mpd.bd.block_length[0] = in aac_scsi_cmd()
2612 mpd.bd.block_length[1] = in aac_scsi_cmd()
2614 mpd.bd.block_length[2] = in aac_scsi_cmd()
2629 mpd.bd.block_count[0] = 0xff; in aac_scsi_cmd()
2630 mpd.bd.block_count[1] = 0xff; in aac_scsi_cmd()
2631 mpd.bd.block_count[2] = 0xff; in aac_scsi_cmd()
2633 mpd.bd.block_count[0] = (capacity >> 16) & 0xff; in aac_scsi_cmd()
2634 mpd.bd.block_count[1] = (capacity >> 8) & 0xff; in aac_scsi_cmd()
2635 mpd.bd.block_count[2] = capacity & 0xff; in aac_scsi_cmd()
2695 mpd10.hd.bd_length[1] = sizeof(mpd10.bd); in aac_scsi_cmd()
2699 mpd10.bd.block_length[0] = in aac_scsi_cmd()
2701 mpd10.bd.block_length[1] = in aac_scsi_cmd()
2703 mpd10.bd.block_length[2] = in aac_scsi_cmd()
2707 mpd10.bd.block_count[0] = 0xff; in aac_scsi_cmd()
2708 mpd10.bd.block_count[1] = 0xff; in aac_scsi_cmd()
2709 mpd10.bd.block_count[2] = 0xff; in aac_scsi_cmd()
2711 mpd10.bd.block_count[0] = in aac_scsi_cmd()
2713 mpd10.bd.block_count[1] = in aac_scsi_cmd()
2715 mpd10.bd.block_count[2] = in aac_scsi_cmd()