Searched refs:in_msg (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/hv/ |
D | hv_kvp.c | 260 static int process_ob_ipinfo(void *in_msg, void *out_msg, int op) in process_ob_ipinfo() argument 262 struct hv_kvp_msg *in = in_msg; in process_ob_ipinfo() 320 static void process_ib_ipinfo(void *in_msg, void *out_msg, int op) in process_ib_ipinfo() argument 322 struct hv_kvp_ip_msg *in = in_msg; in process_ib_ipinfo() 374 struct hv_kvp_msg *in_msg; in kvp_send_key() local 391 in_msg = kvp_transaction.kvp_msg; in kvp_send_key() 406 process_ib_ipinfo(in_msg, message, KVP_OP_SET_IP_INFO); in kvp_send_key() 409 process_ib_ipinfo(in_msg, message, KVP_OP_GET_IP_INFO); in kvp_send_key() 412 switch (in_msg->body.kvp_set.data.value_type) { in kvp_send_key() 419 (wchar_t *)in_msg->body.kvp_set.data.value, in kvp_send_key() [all …]
|
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_comms.c | 222 bool in_msg; in process_msg() member 230 if (!state.in_msg) { in process_msg() 231 state.in_msg = true; in process_msg() 248 state.in_msg = false; in process_msg() 324 state.in_msg = false; in process_msg() 330 state.in_msg = false; in process_msg()
|
/Linux-v4.19/net/ceph/ |
D | messenger.c | 671 if (con->in_msg) { in reset_connection() 672 BUG_ON(con->in_msg->con != con); in reset_connection() 673 ceph_msg_put(con->in_msg); in reset_connection() 674 con->in_msg = NULL; in reset_connection() 1713 BUG_ON(con->in_msg != NULL); in prepare_read_message() 2341 struct ceph_msg *msg = con->in_msg; in read_partial_msg_data() 2388 struct ceph_msg *m = con->in_msg; in read_partial_message() 2443 if (!con->in_msg) { in read_partial_message() 2452 BUG_ON(!con->in_msg ^ skip); in read_partial_message() 2463 BUG_ON(!con->in_msg); in read_partial_message() [all …]
|
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
D | vf.c | 377 u32 in_msg = 0; in e1000_check_for_link_vf() local 398 if (mbx->ops.read(hw, &in_msg, 1)) in e1000_check_for_link_vf() 402 if (!(in_msg & E1000_VT_MSGTYPE_CTS)) { in e1000_check_for_link_vf() 404 if (in_msg & E1000_VT_MSGTYPE_NACK) in e1000_check_for_link_vf()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.c | 656 u32 in_msg = 0; in ixgbevf_check_mac_link_vf() local 700 if (mbx->ops.read(hw, &in_msg, 1)) in ixgbevf_check_mac_link_vf() 703 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbevf_check_mac_link_vf() 705 if (in_msg & IXGBE_VT_MSGTYPE_NACK) in ixgbevf_check_mac_link_vf()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 1048 if (!dbg->in_msg || !dbg->out_msg) in dbg_write() 1062 err = mlx5_cmd_exec(dev, dbg->in_msg, dbg->inlen, dbg->out_msg, dbg->outlen); in dbg_write() 1239 kfree(dbg->in_msg); in data_write() 1240 dbg->in_msg = NULL; in data_write() 1245 dbg->in_msg = ptr; in data_write()
|
/Linux-v4.19/include/linux/ceph/ |
D | messenger.h | 328 struct ceph_msg *in_msg; member
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 272 void *in_msg; member
|
/Linux-v4.19/fs/ceph/ |
D | mds_client.c | 4225 if (con->in_msg) in mds_alloc_msg() 4226 return con->in_msg; in mds_alloc_msg()
|