Searched refs:templen (Results 1 – 1 of 1) sorted by relevance
1864 u16 templen, count; in bfa_fcs_lport_fdmi_build_rhba_pyld() local1894 templen = sizeof(wwn_t); in bfa_fcs_lport_fdmi_build_rhba_pyld()1895 memcpy(attr->value, &bfa_fcs_lport_get_nwwn(port), templen); in bfa_fcs_lport_fdmi_build_rhba_pyld()1896 curr_ptr += sizeof(attr->type) + sizeof(templen) + templen; in bfa_fcs_lport_fdmi_build_rhba_pyld()1897 len += templen; in bfa_fcs_lport_fdmi_build_rhba_pyld()1899 attr->len = cpu_to_be16(templen + sizeof(attr->type) + in bfa_fcs_lport_fdmi_build_rhba_pyld()1900 sizeof(templen)); in bfa_fcs_lport_fdmi_build_rhba_pyld()1907 templen = (u16) strlen(fcs_hba_attr->manufacturer); in bfa_fcs_lport_fdmi_build_rhba_pyld()1908 memcpy(attr->value, fcs_hba_attr->manufacturer, templen); in bfa_fcs_lport_fdmi_build_rhba_pyld()1909 templen = fc_roundup(templen, sizeof(u32)); in bfa_fcs_lport_fdmi_build_rhba_pyld()[all …]