Searched refs:send_ctrl (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
H A Dviohs.c32 static int send_ctrl(struct vio_driver_state *vio, send_ctrl() function
61 return send_ctrl(vio, &pkt.tag, sizeof(pkt)); send_version()
207 return send_ctrl(vio, &u.pkt.tag, sizeof(u)); send_dreg()
220 return send_ctrl(vio, &pkt.tag, sizeof(pkt)); send_rdx()
268 err = send_ctrl(vio, &pkt->tag, sizeof(*pkt)); process_ver_info()
275 err = send_ctrl(vio, &pkt->tag, sizeof(*pkt)); process_ver_info()
287 err = send_ctrl(vio, &pkt->tag, sizeof(*pkt)); process_ver_info()
309 (void) send_ctrl(vio, &pkt->tag, sizeof(*pkt)); process_ver_ack()
471 if (send_ctrl(vio, &pkt->tag, len) < 0) process_dreg_info()
481 (void) send_ctrl(vio, &pkt->tag, sizeof(*pkt)); process_dreg_info()
573 if (send_ctrl(vio, &pkt->tag, sizeof(*pkt)) < 0) process_rdx_info()
/linux-4.4.14/drivers/misc/
H A Dhpilo.c199 ccb->send_ctrl = ctrl_set(l2desc_sz, nr_desc-1, nr_desc-1); ctrl_setup()
234 iowrite32(ioread32(&device_ccb->send_ctrl) & ~(1 << CTRL_BITPOS_G), ilo_ccb_close()
235 &device_ccb->send_ctrl); ilo_ccb_close()
243 if (!(ioread32(&device_ccb->send_ctrl) & (1 << CTRL_BITPOS_A)) ilo_ccb_close()
H A Dhpilo.h90 u64 send_ctrl; member in struct:ccb

Completed in 189 milliseconds