Home
last modified time | relevance | path

Searched refs:error_list (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Datmel-i2c.c27 } error_list[] = { variable
141 * detailed in error_list.
145 size_t err_list_len = ARRAY_SIZE(error_list); in atmel_i2c_status()
156 if (error_list[i].value == err_id) in atmel_i2c_status()
159 /* if err_id is not in the error_list then ignore it */ in atmel_i2c_status()
161 dev_err(dev, "%02x: %s:\n", err_id, error_list[i].error_text); in atmel_i2c_status()
/kernel/linux/linux-6.6/drivers/crypto/
H A Datmel-i2c.c27 } error_list[] = { variable
141 * detailed in error_list.
145 size_t err_list_len = ARRAY_SIZE(error_list); in atmel_i2c_status()
156 if (error_list[i].value == err_id) in atmel_i2c_status()
159 /* if err_id is not in the error_list then ignore it */ in atmel_i2c_status()
161 dev_err(dev, "%02x: %s:\n", err_id, error_list[i].error_text); in atmel_i2c_status()
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c227 struct list_head *head = &flo->error_list; in ff_layout_add_ds_error_locked()
231 list_for_each_entry_safe(err, tmp, &flo->error_list, list) { in ff_layout_add_ds_error_locked()
517 list_for_each_entry_safe(err, n, &flo->error_list, list) { in do_layout_fetch_ds_ioerr()
H A Dflexfilelayout.h45 struct list_head list; /* linked in mirror error_list */
109 struct list_head error_list; /* nfs4_ff_layout_ds_err */ member
H A Dflexfilelayout.c53 INIT_LIST_HEAD(&ffl->error_list); in ff_layout_alloc_layout_hdr()
68 list_for_each_entry_safe(err, n, &ffl->error_list, list) { in ff_layout_free_layout_hdr()
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c229 struct list_head *head = &flo->error_list; in ff_layout_add_ds_error_locked()
233 list_for_each_entry_safe(err, tmp, &flo->error_list, list) { in ff_layout_add_ds_error_locked()
519 list_for_each_entry_safe(err, n, &flo->error_list, list) { in do_layout_fetch_ds_ioerr()
H A Dflexfilelayout.h45 struct list_head list; /* linked in mirror error_list */
109 struct list_head error_list; /* nfs4_ff_layout_ds_err */ member
H A Dflexfilelayout.c59 INIT_LIST_HEAD(&ffl->error_list); in ff_layout_alloc_layout_hdr()
74 list_for_each_entry_safe(err, n, &ffl->error_list, list) { in ff_layout_free_layout_hdr()

Completed in 11 milliseconds