Lines Matching refs:handshake
192 struct handshake { struct
211 static struct handshake handshake[MAX_OCTEON_DEVICES]; argument
993 struct handshake *hs; in liquidio_probe()
1011 hs = &handshake[oct_dev->octeon_id]; in liquidio_probe()
1041 struct handshake *hs; in octeon_destroy_resources()
1109 hs = &handshake[i]; in octeon_destroy_resources()
1112 handshake[oct->octeon_id].init_ok = 0; in octeon_destroy_resources()
1113 complete(&handshake[oct->octeon_id].init); in octeon_destroy_resources()
1114 handshake[oct->octeon_id].started_ok = 0; in octeon_destroy_resources()
1115 complete(&handshake[oct->octeon_id].started); in octeon_destroy_resources()
3040 struct handshake *hs; in liquidio_init()
3052 hs = &handshake[i]; in liquidio_init()
3066 hs = &handshake[i]; in liquidio_init()
3469 handshake[oct->octeon_id].started_ok = 1; in nic_starter()
3476 complete(&handshake[oct->octeon_id].started); in nic_starter()
3639 handshake[octeon_dev->octeon_id].init_ok = 1; in octeon_device_init()
3640 complete(&handshake[octeon_dev->octeon_id].init); in octeon_device_init()