Searched refs:handler_status (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | tcp.c | 1174 int ret = 0, handler_status; in o2net_process_message() local 1206 handler_status = 0; in o2net_process_message() 1227 handler_status = (nmh->nh_func)(hdr, sizeof(struct o2net_msg) + in o2net_process_message() 1238 handler_status); in o2net_process_message() 1242 handler_status, syserr, ret); in o2net_process_message() 1247 (nmh->nh_post_func)(handler_status, nmh->nh_func_data, in o2net_process_message()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-wiimote-core.c | 1425 static void handler_status(struct wiimote_data *wdata, const __u8 *payload) in handler_status() function 1595 { .id = WIIPROTO_REQ_STATUS, .size = 6, .func = handler_status },
|