Lines Matching refs:handshake
127 struct handshake { struct
150 static struct handshake handshake[MAX_OCTEON_DEVICES]; argument
826 struct handshake *hs; in liquidio_probe()
857 hs = &handshake[oct_dev->octeon_id]; in liquidio_probe()
948 struct handshake *hs; in octeon_destroy_resources()
1070 hs = &handshake[i]; in octeon_destroy_resources()
1073 handshake[oct->octeon_id].init_ok = 0; in octeon_destroy_resources()
1074 complete(&handshake[oct->octeon_id].init); in octeon_destroy_resources()
1075 handshake[oct->octeon_id].started_ok = 0; in octeon_destroy_resources()
1076 complete(&handshake[oct->octeon_id].started); in octeon_destroy_resources()
3247 struct handshake *hs; in liquidio_init()
3259 hs = &handshake[i]; in liquidio_init()
3273 hs = &handshake[i]; in liquidio_init()
3978 handshake[oct->octeon_id].started_ok = 1; in nic_starter()
3985 complete(&handshake[oct->octeon_id].started); in nic_starter()
4309 handshake[octeon_dev->octeon_id].init_ok = 1; in octeon_device_init()
4310 complete(&handshake[octeon_dev->octeon_id].init); in octeon_device_init()