Home
last modified time | relevance | path

Searched refs:inbox (Results 1 – 23 of 23) sorted by relevance

/NextBSD/sys/dev/ifmlx4/
HDmlx4.h205 struct mlx4_cmd_mailbox *inbox);
207 struct mlx4_cmd_mailbox *inbox,
924 struct mlx4_cmd_mailbox *inbox,
929 struct mlx4_cmd_mailbox *inbox,
934 struct mlx4_cmd_mailbox *inbox,
939 struct mlx4_cmd_mailbox *inbox,
944 struct mlx4_cmd_mailbox *inbox,
949 struct mlx4_cmd_mailbox *inbox,
954 struct mlx4_cmd_mailbox *inbox,
998 struct mlx4_cmd_mailbox *inbox,
[all …]
HDfw.c155 u32 *inbox; in mlx4_MOD_STAT_CFG() local
166 inbox = mailbox->buf; in mlx4_MOD_STAT_CFG()
168 memset(inbox, 0, MOD_STAT_CFG_IN_SIZE); in mlx4_MOD_STAT_CFG()
170 MLX4_PUT(inbox, cfg->log_pg_sz, MOD_STAT_CFG_PG_SZ_OFFSET); in mlx4_MOD_STAT_CFG()
171 MLX4_PUT(inbox, cfg->log_pg_sz_m, MOD_STAT_CFG_PG_SZ_M_OFFSET); in mlx4_MOD_STAT_CFG()
182 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_FUNC_CAP_wrapper() argument
871 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_DEV_CAP_wrapper() argument
907 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_PORT_wrapper() argument
1225 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_FW_wrapper() argument
1319 __be32 *inbox; in mlx4_INIT_HCA() local
[all …]
HDresource_tracker.c586 struct mlx4_cmd_mailbox *inbox) in update_pkey_index() argument
588 u8 sched = *(u8 *)(inbox->buf + 64); in update_pkey_index()
589 u8 orig_index = *(u8 *)(inbox->buf + 35); in update_pkey_index()
597 *(u8 *)(inbox->buf + 35) = new_index; in update_pkey_index()
600 static void update_gid(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *inbox, in update_gid() argument
603 struct mlx4_qp_context *qp_ctx = inbox->buf + 8; in update_gid()
604 enum mlx4_qp_optpar optpar = be32_to_cpu(*(__be32 *) inbox->buf); in update_gid()
662 struct mlx4_cmd_mailbox *inbox, in update_vport_qp_param() argument
665 struct mlx4_qp_context *qpc = inbox->buf + 8; in update_vport_qp_param()
2020 struct mlx4_cmd_mailbox *inbox, in mlx4_ALLOC_RES_wrapper() argument
[all …]
HDport.c531 u8 op_mod, struct mlx4_cmd_mailbox *inbox) in mlx4_common_set_port() argument
575 qpn_context = inbox->buf; in mlx4_common_set_port()
591 gen_context = inbox->buf; in mlx4_common_set_port()
621 gid_entry_mbox = (struct mlx4_roce_gid_entry *) (inbox->buf); in mlx4_common_set_port()
648 gid_entry_mbox = (struct mlx4_roce_gid_entry *) (inbox->buf); in mlx4_common_set_port()
665 gid_entry_mbox = (struct mlx4_roce_gid_entry *) (inbox->buf); in mlx4_common_set_port()
670 gid_entry_mbox = (struct mlx4_roce_gid_entry *) (inbox->buf); in mlx4_common_set_port()
676 return mlx4_cmd(dev, inbox->dma, in_mod & 0xffff, op_mod, in mlx4_common_set_port()
688 reset_qkey_viols = (*(u8 *) inbox->buf) & 0x40; in mlx4_common_set_port()
689 new_cap_mask = ((__be32 *) inbox->buf)[2]; in mlx4_common_set_port()
[all …]
HDcmd.c847 struct mlx4_cmd_mailbox *inbox, in query_pkey_block() argument
850 struct ib_smp *in_mad = (struct ib_smp *)(inbox->buf); in query_pkey_block()
860 err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, port, 3, in query_pkey_block()
873 struct mlx4_cmd_mailbox *inbox, in get_full_pkey_table() argument
880 err = query_pkey_block(dev, port, i, table + i, inbox, outbox); in get_full_pkey_table()
900 struct mlx4_cmd_mailbox *inbox, in mlx4_MAD_IFC_wrapper() argument
904 struct ib_smp *smp = inbox->buf; in mlx4_MAD_IFC_wrapper()
931 err = get_full_pkey_table(dev, port, table, inbox, outbox); in mlx4_MAD_IFC_wrapper()
944 err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, in mlx4_MAD_IFC_wrapper()
961 err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, in mlx4_MAD_IFC_wrapper()
[all …]
HDmr.c589 __be64 *inbox = NULL; in mlx4_write_mtt() local
601 inbox = mailbox->buf; in mlx4_write_mtt()
606 inbox[0] = cpu_to_be64(mtt->offset + start_index); in mlx4_write_mtt()
607 inbox[1] = 0; in mlx4_write_mtt()
609 inbox[i + 2] = cpu_to_be64(page_list[i] | in mlx4_write_mtt()
HDfw.h213 struct mlx4_cmd_mailbox *inbox,
HDmcg.c1457 struct mlx4_cmd_mailbox *inbox, in mlx4_PROMISC_wrapper() argument
HDeq.c809 struct mlx4_cmd_mailbox *inbox, in mlx4_MAP_EQ_wrapper() argument
/NextBSD/sys/ofed/drivers/net/mlx4/
HDmlx4.h205 struct mlx4_cmd_mailbox *inbox);
207 struct mlx4_cmd_mailbox *inbox,
932 struct mlx4_cmd_mailbox *inbox,
937 struct mlx4_cmd_mailbox *inbox,
942 struct mlx4_cmd_mailbox *inbox,
947 struct mlx4_cmd_mailbox *inbox,
952 struct mlx4_cmd_mailbox *inbox,
957 struct mlx4_cmd_mailbox *inbox,
962 struct mlx4_cmd_mailbox *inbox,
1006 struct mlx4_cmd_mailbox *inbox,
[all …]
HDfw.c155 u32 *inbox; in mlx4_MOD_STAT_CFG() local
166 inbox = mailbox->buf; in mlx4_MOD_STAT_CFG()
168 memset(inbox, 0, MOD_STAT_CFG_IN_SIZE); in mlx4_MOD_STAT_CFG()
170 MLX4_PUT(inbox, cfg->log_pg_sz, MOD_STAT_CFG_PG_SZ_OFFSET); in mlx4_MOD_STAT_CFG()
171 MLX4_PUT(inbox, cfg->log_pg_sz_m, MOD_STAT_CFG_PG_SZ_M_OFFSET); in mlx4_MOD_STAT_CFG()
182 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_FUNC_CAP_wrapper() argument
871 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_DEV_CAP_wrapper() argument
907 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_PORT_wrapper() argument
1225 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_FW_wrapper() argument
1319 __be32 *inbox; in mlx4_INIT_HCA() local
[all …]
HDresource_tracker.c586 struct mlx4_cmd_mailbox *inbox) in update_pkey_index() argument
588 u8 sched = *(u8 *)(inbox->buf + 64); in update_pkey_index()
589 u8 orig_index = *(u8 *)(inbox->buf + 35); in update_pkey_index()
597 *(u8 *)(inbox->buf + 35) = new_index; in update_pkey_index()
600 static void update_gid(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *inbox, in update_gid() argument
603 struct mlx4_qp_context *qp_ctx = inbox->buf + 8; in update_gid()
604 enum mlx4_qp_optpar optpar = be32_to_cpu(*(__be32 *) inbox->buf); in update_gid()
662 struct mlx4_cmd_mailbox *inbox, in update_vport_qp_param() argument
665 struct mlx4_qp_context *qpc = inbox->buf + 8; in update_vport_qp_param()
2020 struct mlx4_cmd_mailbox *inbox, in mlx4_ALLOC_RES_wrapper() argument
[all …]
HDport.c531 u8 op_mod, struct mlx4_cmd_mailbox *inbox) in mlx4_common_set_port() argument
575 qpn_context = inbox->buf; in mlx4_common_set_port()
591 gen_context = inbox->buf; in mlx4_common_set_port()
621 gid_entry_mbox = (struct mlx4_roce_gid_entry *) (inbox->buf); in mlx4_common_set_port()
648 gid_entry_mbox = (struct mlx4_roce_gid_entry *) (inbox->buf); in mlx4_common_set_port()
665 gid_entry_mbox = (struct mlx4_roce_gid_entry *) (inbox->buf); in mlx4_common_set_port()
670 gid_entry_mbox = (struct mlx4_roce_gid_entry *) (inbox->buf); in mlx4_common_set_port()
676 return mlx4_cmd(dev, inbox->dma, in_mod & 0xffff, op_mod, in mlx4_common_set_port()
688 reset_qkey_viols = (*(u8 *) inbox->buf) & 0x40; in mlx4_common_set_port()
689 new_cap_mask = ((__be32 *) inbox->buf)[2]; in mlx4_common_set_port()
[all …]
HDcmd.c847 struct mlx4_cmd_mailbox *inbox, in query_pkey_block() argument
850 struct ib_smp *in_mad = (struct ib_smp *)(inbox->buf); in query_pkey_block()
860 err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, port, 3, in query_pkey_block()
873 struct mlx4_cmd_mailbox *inbox, in get_full_pkey_table() argument
880 err = query_pkey_block(dev, port, i, table + i, inbox, outbox); in get_full_pkey_table()
900 struct mlx4_cmd_mailbox *inbox, in mlx4_MAD_IFC_wrapper() argument
904 struct ib_smp *smp = inbox->buf; in mlx4_MAD_IFC_wrapper()
931 err = get_full_pkey_table(dev, port, table, inbox, outbox); in mlx4_MAD_IFC_wrapper()
944 err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, in mlx4_MAD_IFC_wrapper()
961 err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, in mlx4_MAD_IFC_wrapper()
[all …]
HDmr.c589 __be64 *inbox = NULL; in mlx4_write_mtt() local
601 inbox = mailbox->buf; in mlx4_write_mtt()
606 inbox[0] = cpu_to_be64(mtt->offset + start_index); in mlx4_write_mtt()
607 inbox[1] = 0; in mlx4_write_mtt()
609 inbox[i + 2] = cpu_to_be64(page_list[i] | in mlx4_write_mtt()
HDfw.h213 struct mlx4_cmd_mailbox *inbox,
HDeq.c809 struct mlx4_cmd_mailbox *inbox, in mlx4_MAP_EQ_wrapper() argument
HDmcg.c1457 struct mlx4_cmd_mailbox *inbox, in mlx4_PROMISC_wrapper() argument
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_cmd.c1273 __be32 *inbox; in mthca_INIT_HCA() local
1317 inbox = mailbox->buf; in mthca_INIT_HCA()
1319 memset(inbox, 0, INIT_HCA_IN_SIZE); in mthca_INIT_HCA()
1322 MTHCA_PUT(inbox, 0x1, INIT_HCA_FLAGS1_OFFSET); in mthca_INIT_HCA()
1325 *(inbox + INIT_HCA_FLAGS2_OFFSET / 4) &= ~cpu_to_be32(1 << 1); in mthca_INIT_HCA()
1327 *(inbox + INIT_HCA_FLAGS2_OFFSET / 4) |= cpu_to_be32(1 << 1); in mthca_INIT_HCA()
1332 *(inbox + INIT_HCA_FLAGS2_OFFSET / 4) |= cpu_to_be32(1); in mthca_INIT_HCA()
1336 *(inbox + INIT_HCA_FLAGS2_OFFSET / 4) |= cpu_to_be32(7 << 3); in mthca_INIT_HCA()
1342 MTHCA_PUT(inbox, param->qpc_base, INIT_HCA_QPC_BASE_OFFSET); in mthca_INIT_HCA()
1343 MTHCA_PUT(inbox, param->log_num_qps, INIT_HCA_LOG_QP_OFFSET); in mthca_INIT_HCA()
[all …]
/NextBSD/contrib/dialog/po/
HDia.po4 # Nik Kalach <nik.kalach@inbox.ru>, 2012.
12 "Last-Translator: Nik Kalach <nik.kalach@inbox.ru>\n"
HDlv.po6 # Rihards Prieditis <RPrieditis@inbox.lv>, 2009.
13 "Last-Translator: Rihards Prieditis <RPrieditis@inbox.lv>\n"
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmad.c110 void *inbox; in mlx4_MAD_IFC() local
118 inbox = inmailbox->buf; in mlx4_MAD_IFC()
126 memcpy(inbox, in_mad, 256); in mlx4_MAD_IFC()
153 memset(inbox + 256, 0, 256); in mlx4_MAD_IFC()
154 ext_info = inbox + 256; in mlx4_MAD_IFC()
/NextBSD/sys/dev/isp/
HDDriverManual.txt352 functions are successful, the QLogic mailbox inbox pointer register