Lines Matching refs:handshake
138 struct handshake { struct
161 static struct handshake handshake[MAX_OCTEON_DEVICES]; argument
838 struct handshake *hs; in liquidio_probe()
869 hs = &handshake[oct_dev->octeon_id]; in liquidio_probe()
962 struct handshake *hs; in octeon_destroy_resources()
1084 hs = &handshake[i]; in octeon_destroy_resources()
1087 handshake[oct->octeon_id].init_ok = 0; in octeon_destroy_resources()
1088 complete(&handshake[oct->octeon_id].init); in octeon_destroy_resources()
1089 handshake[oct->octeon_id].started_ok = 0; in octeon_destroy_resources()
1090 complete(&handshake[oct->octeon_id].started); in octeon_destroy_resources()
3263 struct handshake *hs; in liquidio_init()
3275 hs = &handshake[i]; in liquidio_init()
3289 hs = &handshake[i]; in liquidio_init()
3997 handshake[oct->octeon_id].started_ok = 1; in nic_starter()
4004 complete(&handshake[oct->octeon_id].started); in nic_starter()
4329 handshake[octeon_dev->octeon_id].init_ok = 1; in octeon_device_init()
4330 complete(&handshake[octeon_dev->octeon_id].init); in octeon_device_init()