Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmac_esp.c52 struct mac_esp_priv { struct
60 #define MAC_ESP_GET_PRIV(esp) ((struct mac_esp_priv *) \ argument
115 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_wait_for_dreq()
200 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_send_pdma_cmd()
296 struct mac_esp_priv *mep; in esp_mac_probe()
326 mep = kzalloc(sizeof(struct mac_esp_priv), GFP_KERNEL); in esp_mac_probe()
412 struct mac_esp_priv *mep = platform_get_drvdata(dev); in esp_mac_remove()