Symbol: LE_16
sys/dev/oce/oce_mbox.c
1832
ctx->v2.num_pages = LE_16(num_pages);
sys/dev/oce/oce_mbox.c
1848
ctx->v0.num_pages = LE_16(num_pages);
sys/dev/oce/oce_mbox.c
584
fwcmd->params.req.vlan_tag.u0.normal.vtag = LE_16(vlan_tag);
sys/dev/oce/oce_mbox.c
800
fwcmd->params.req.cpu_tbl_sz_log2 = LE_16(OCE_LOG2(INDIRECTION_TABLE_ENTRIES));
sys/dev/oce/oce_queue.c
708
mq->mq_id = LE_16(fwcmd->params.rsp.mq_id);
sys/dev/smartpqi/smartpqi_cam.c
394
LE_16(err_info->sense_data_len);
sys/dev/smartpqi/smartpqi_cam.c
519
unsigned sense_data_len = LE_16(err_info->data_len);
sys/dev/smartpqi/smartpqi_discovery.c
1310
LE_16(id_phys->current_queue_depth_limit);
sys/dev/smartpqi/smartpqi_discovery.c
1866
host_wellness_driver_ver->driver_version_length = LE_16(sizeof(host_wellness_driver_ver->driver_version));
sys/dev/smartpqi/smartpqi_discovery.c
1926
host_wellness_time->time_length = LE_16(offsetof(struct bmic_host_wellness_time, dont_write_tag) -
sys/dev/smartpqi/smartpqi_discovery.c
423
request->header.iu_length = LE_16(offsetof(pqisrc_raid_req_t,
sys/dev/smartpqi/smartpqi_discovery.c
958
phys_dev_num = LE_16(raid_map->layout_map_count) *
sys/dev/smartpqi/smartpqi_discovery.c
959
(LE_16(raid_map->data_disks_per_row) +
sys/dev/smartpqi/smartpqi_discovery.c
960
LE_16(raid_map->metadata_disks_per_row));
sys/dev/smartpqi/smartpqi_discovery.c
964
if (LE_16(raid_map->layout_map_count) != 2) {
sys/dev/smartpqi/smartpqi_discovery.c
969
if (LE_16(raid_map->layout_map_count) != 3) {
sys/dev/smartpqi/smartpqi_discovery.c
975
LE_16(raid_map->layout_map_count) > 1) {
sys/dev/smartpqi/smartpqi_discovery.c
978
LE_16(raid_map->strip_size) *
sys/dev/smartpqi/smartpqi_discovery.c
979
LE_16(raid_map->data_disks_per_row);
sys/dev/smartpqi/smartpqi_features.c
491
switch (LE_16(section_hdr->section_id)) {
sys/dev/smartpqi/smartpqi_features.c
512
LE_16(section_hdr->section_id));
sys/dev/smartpqi/smartpqi_features.c
515
section_off = LE_16(section_hdr->next_section_off);
sys/dev/smartpqi/smartpqi_request.c
1312
LE_16(l->raid_map->metadata_disks_per_row);
sys/dev/smartpqi/smartpqi_request.c
377
LE_16(rcb->enc_info.data_enc_key_index);
sys/dev/smartpqi/smartpqi_request.c
487
aio_req->num_drives = LE_16(rcb->dvp->raid_map->layout_map_count);
sys/dev/smartpqi/smartpqi_request.c
493
LE_16(rcb->enc_info.data_enc_key_index);
sys/dev/smartpqi/smartpqi_request.c
581
num_data_disks = LE_16(rcb->dvp->raid_map->data_disks_per_row);
sys/dev/smartpqi/smartpqi_request.c
582
num_metadata_disks = LE_16(rcb->dvp->raid_map->metadata_disks_per_row);
sys/dev/smartpqi/smartpqi_request.c
646
LE_16(rcb->enc_info.data_enc_key_index);
sys/dev/smartpqi/smartpqi_response.c
494
rcb->error_cmp_callback(softs, rcb, LE_16(response->error_index));