Home
last modified time | relevance | path

Searched refs:in_msg (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/hv/
Dhv_kvp.c233 static int process_ob_ipinfo(void *in_msg, void *out_msg, int op) in process_ob_ipinfo() argument
235 struct hv_kvp_msg *in = in_msg; in process_ob_ipinfo()
293 static void process_ib_ipinfo(void *in_msg, void *out_msg, int op) in process_ib_ipinfo() argument
295 struct hv_kvp_ip_msg *in = in_msg; in process_ib_ipinfo()
348 struct hv_kvp_msg *in_msg; in kvp_send_key() local
365 in_msg = kvp_transaction.kvp_msg; in kvp_send_key()
380 process_ib_ipinfo(in_msg, message, KVP_OP_SET_IP_INFO); in kvp_send_key()
383 process_ib_ipinfo(in_msg, message, KVP_OP_GET_IP_INFO); in kvp_send_key()
386 switch (in_msg->body.kvp_set.data.value_type) { in kvp_send_key()
393 (wchar_t *)in_msg->body.kvp_set.data.value, in kvp_send_key()
[all …]
/linux-4.1.27/tools/hv/
Dhv_fcopy_daemon.c139 struct hv_fcopy_hdr *in_msg; in main() local
194 in_msg = (struct hv_fcopy_hdr *)buffer; in main()
196 switch (in_msg->operation) { in main()
198 error = hv_start_fcopy((struct hv_start_fcopy *)in_msg); in main()
201 error = hv_copy_data((struct hv_do_fcopy *)in_msg); in main()
212 in_msg->operation); in main()
/linux-4.1.27/net/ceph/
Dmessenger.c662 if (con->in_msg) { in reset_connection()
663 BUG_ON(con->in_msg->con != con); in reset_connection()
664 con->in_msg->con = NULL; in reset_connection()
665 ceph_msg_put(con->in_msg); in reset_connection()
666 con->in_msg = NULL; in reset_connection()
1666 BUG_ON(con->in_msg != NULL); in prepare_read_message()
2249 struct ceph_msg *msg = con->in_msg; in read_partial_msg_data()
2292 struct ceph_msg *m = con->in_msg; in read_partial_message()
2347 if (!con->in_msg) { in read_partial_message()
2356 BUG_ON(!con->in_msg ^ skip); in read_partial_message()
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dvf.c353 u32 in_msg = 0; in e1000_check_for_link_vf() local
374 if (mbx->ops.read(hw, &in_msg, 1)) in e1000_check_for_link_vf()
378 if (!(in_msg & E1000_VT_MSGTYPE_CTS)) { in e1000_check_for_link_vf()
380 if (in_msg & E1000_VT_MSGTYPE_NACK) in e1000_check_for_link_vf()
/linux-4.1.27/drivers/staging/i2o/
Di2o.h555 struct i2o_pool in_msg; /* mempool for inbound messages */ member
841 struct i2o_msg_mfa *mmsg = mempool_alloc(c->in_msg.mempool, GFP_ATOMIC); in i2o_msg_get()
849 mempool_free(mmsg, c->in_msg.mempool); in i2o_msg_get()
875 mempool_free(mmsg, c->in_msg.mempool); in i2o_msg_post()
935 mempool_free(mmsg, c->in_msg.mempool); in i2o_msg_nop()
Dcore.h53 i2o_pool_free(&c->in_msg); in i2o_iop_free()
Diop.c1061 (&c->in_msg, poolname, I2O_INBOUND_MSG_FRAME_SIZE * 4 + sizeof(u32), in i2o_iop_alloc()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dvf.c544 u32 in_msg = 0; in ixgbevf_check_mac_link_vf() local
588 if (mbx->ops.read(hw, &in_msg, 1)) in ixgbevf_check_mac_link_vf()
591 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbevf_check_mac_link_vf()
593 if (in_msg & IXGBE_VT_MSGTYPE_NACK) in ixgbevf_check_mac_link_vf()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c670 if (!dbg->in_msg || !dbg->out_msg) in dbg_write()
681 err = mlx5_cmd_exec(dev, dbg->in_msg, dbg->inlen, dbg->out_msg, dbg->outlen); in dbg_write()
859 kfree(dbg->in_msg); in data_write()
860 dbg->in_msg = NULL; in data_write()
871 dbg->in_msg = ptr; in data_write()
/linux-4.1.27/include/linux/ceph/
Dmessenger.h242 struct ceph_msg *in_msg; member
/linux-4.1.27/include/linux/mlx5/
Ddriver.h204 void *in_msg; member
/linux-4.1.27/fs/ceph/
Dmds_client.c3830 if (con->in_msg) in mds_alloc_msg()
3831 return con->in_msg; in mds_alloc_msg()