Home
last modified time | relevance | path

Searched refs:boot_progress (Results 1 – 2 of 2) sorted by relevance

/drivers/misc/
A Dsmpro-misc.c28 u16 boot_progress[3] = { 0 }; in boot_progress_show() local
65 boot_progress[0] = bootstage; in boot_progress_show()
66 boot_progress[1] = swab16(reg); in boot_progress_show()
67 boot_progress[2] = swab16(reg_lo); in boot_progress_show()
69 return sysfs_emit(buf, "%*phN\n", (int)sizeof(boot_progress), boot_progress); in boot_progress_show()
72 static DEVICE_ATTR_RO(boot_progress);
/drivers/net/ethernet/qlogic/qed/
A Dqed_mng_tlv.c1132 p_buf->p_val = &p_drv_buf->boot_progress; in qed_mfw_get_iscsi_tlv_value()
1133 return sizeof(p_drv_buf->boot_progress); in qed_mfw_get_iscsi_tlv_value()

Completed in 5 milliseconds