Lines Matching refs:LSB

717 	icb->request_q_length[0] = LSB(cnt);
720 icb->response_q_length[0] = LSB(cnt);
723 icb->request_q_address[0] = LSB(LSW(LSD(ha->request_dvma)));
725 icb->request_q_address[2] = LSB(MSW(LSD(ha->request_dvma)));
727 icb->request_q_address[4] = LSB(LSW(MSD(ha->request_dvma)));
729 icb->request_q_address[6] = LSB(MSW(MSD(ha->request_dvma)));
732 icb->response_q_address[0] = LSB(LSW(LSD(ha->response_dvma)));
734 icb->response_q_address[2] = LSB(MSW(LSD(ha->response_dvma)));
736 icb->response_q_address[4] = LSB(LSW(MSD(ha->response_dvma)));
738 icb->response_q_address[6] = LSB(MSW(MSD(ha->response_dvma)));
755 ip_icb->queue_size[0] = LSB(cnt);
758 ip_icb->queue_address[0] = LSB(LSW(LSD(ha->rcvbuf_dvma)));
760 ip_icb->queue_address[2] = LSB(MSW(LSD(ha->rcvbuf_dvma)));
762 ip_icb->queue_address[4] = LSB(LSW(MSD(ha->rcvbuf_dvma)));
764 ip_icb->queue_address[6] = LSB(MSW(MSD(ha->rcvbuf_dvma)));
964 nv->nvram_version[0] = LSB(ICB_24XX_VERSION);
1029 nv->ext_blk.fcf_vlan_id[0] = LSB(1002);
1035 nv->fw.isp8001.e_node_mac_addr[5] = LSB(ha->instance);
1194 icb->request_q_length[0] = LSB(w1);
1197 icb->response_q_length[0] = LSB(w1);
1200 icb->request_q_address[0] = LSB(LSW(LSD(ha->request_dvma)));
1202 icb->request_q_address[2] = LSB(MSW(LSD(ha->request_dvma)));
1204 icb->request_q_address[4] = LSB(LSW(MSD(ha->request_dvma)));
1206 icb->request_q_address[6] = LSB(MSW(MSD(ha->request_dvma)));
1209 icb->response_q_address[0] = LSB(LSW(LSD(ha->response_dvma)));
1211 icb->response_q_address[2] = LSB(MSW(LSD(ha->response_dvma)));
1213 icb->response_q_address[4] = LSB(LSW(MSD(ha->response_dvma)));
1215 icb->response_q_address[6] = LSB(MSW(MSD(ha->response_dvma)));
1370 nv->max_frame_length[0] = LSB(data);
1387 nv->execution_throttle[0] = LSB(data);
1550 ha->ip_init_ctrl_blk.cb.cc[0] = LSB(ql_ip_buffer_count);
1554 ha->ip_init_ctrl_blk.cb.low_water_mark[0] = LSB(ql_ip_low_water);
1796 nv->max_frame_length[0] = LSB(data);
1809 nv->execution_throttle[0] = LSB(data);
1822 nv->login_timeout[0] = LSB(data);
1835 nv->login_retry_count[0] = LSB(data);
1861 nv->hard_address[0] = LSB(data);
1930 nv->port_down_retry_count[0] = LSB(data);
1975 ha->ip_init_ctrl_blk.cb24.cc[0] = LSB(ql_ip_buffer_count);
1979 ha->ip_init_ctrl_blk.cb24.low_water_mark[0] = LSB(ql_ip_low_water);
2534 ha->phy_fw_major_version = LSB(mr.mb[8]);
2536 ha->phy_fw_subminor_version = LSB(mr.mb[9]);
2537 ha->mpi_fw_major_version = LSB(mr.mb[10]);
2539 ha->mpi_fw_subminor_version = LSB(mr.mb[11]);
3125 ha->d_id.b.al_pa = LSB(mr.mb[2]);
3127 ha->d_id.b.domain = LSB(mr.mb[3]);
3163 ha->fcoe_vnport_mac[1] = LSB(mr.mb[11]);
3165 ha->fcoe_vnport_mac[3] = LSB(mr.mb[12]);
3167 ha->fcoe_vnport_mac[5] = LSB(mr.mb[13]);