Lines Matching refs:handshake
139 struct handshake { struct
162 static struct handshake handshake[MAX_OCTEON_DEVICES]; argument
862 struct handshake *hs; in liquidio_probe()
893 hs = &handshake[oct_dev->octeon_id]; in liquidio_probe()
987 struct handshake *hs; in octeon_destroy_resources()
1110 hs = &handshake[i]; in octeon_destroy_resources()
1113 handshake[oct->octeon_id].init_ok = 0; in octeon_destroy_resources()
1114 complete(&handshake[oct->octeon_id].init); in octeon_destroy_resources()
1115 handshake[oct->octeon_id].started_ok = 0; in octeon_destroy_resources()
1116 complete(&handshake[oct->octeon_id].started); in octeon_destroy_resources()
3262 struct handshake *hs; in liquidio_init()
3274 hs = &handshake[i]; in liquidio_init()
3288 hs = &handshake[i]; in liquidio_init()
3992 handshake[oct->octeon_id].started_ok = 1; in nic_starter()
3999 complete(&handshake[oct->octeon_id].started); in nic_starter()
4325 handshake[octeon_dev->octeon_id].init_ok = 1; in octeon_device_init()
4326 complete(&handshake[octeon_dev->octeon_id].init); in octeon_device_init()