Home
last modified time | relevance | path

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

/linux/drivers/net/pse-pd/
H A Dpse_core.c684 int psec_id; in of_pse_control_get() local
701 psec_id = ret; in of_pse_control_get()
721 psec_id = psec_id_xlate(pcdev, &args); in of_pse_control_get()
722 if (psec_id < 0) { in of_pse_control_get()
723 psec = ERR_PTR(psec_id); in of_pse_control_get()
729 psec = pse_control_get_internal(pcdev, psec_id); in of_pse_control_get()