Searched refs:spnlen (Results 1 – 1 of 1) sorted by relevance
2638 uint8_t spnlen; in fct_gspn_cb() local2655 spnlen = resp[16]; in fct_gspn_cb()2656 if (spnlen > 0) { in fct_gspn_cb()2661 query_irp->irp_spn = kmem_zalloc(spnlen + 1, KM_SLEEP); in fct_gspn_cb()2663 (char *)resp + 17, spnlen); in fct_gspn_cb()