Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c803 struct csi_ops { struct
806 } csi_ops; member
5376 if (tp->csi_ops.write) in rtl_csi_write()
5377 tp->csi_ops.write(tp, addr, value); in rtl_csi_write()
5382 return tp->csi_ops.read ? tp->csi_ops.read(tp, addr) : ~0; in rtl_csi_read()
5480 struct csi_ops *ops = &tp->csi_ops; in rtl_init_csi_ops()