Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c813 struct csi_ops { struct
816 } csi_ops; member
5446 if (tp->csi_ops.write) in rtl_csi_write()
5447 tp->csi_ops.write(tp, addr, value); in rtl_csi_write()
5452 return tp->csi_ops.read ? tp->csi_ops.read(tp, addr) : ~0; in rtl_csi_read()
5550 struct csi_ops *ops = &tp->csi_ops; in rtl_init_csi_ops()