| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mlx4.h | 204 struct mlx4_cmd_mailbox *inbox); 206 struct mlx4_cmd_mailbox *inbox, 988 struct mlx4_cmd_mailbox *inbox, 993 struct mlx4_cmd_mailbox *inbox, 998 struct mlx4_cmd_mailbox *inbox, 1003 struct mlx4_cmd_mailbox *inbox, 1008 struct mlx4_cmd_mailbox *inbox, 1013 struct mlx4_cmd_mailbox *inbox, 1018 struct mlx4_cmd_mailbox *inbox, 1023 struct mlx4_cmd_mailbox *inbox, [all …]
|
| H A D | resource_tracker.c | 692 struct mlx4_cmd_mailbox *inbox) in update_pkey_index() argument 694 u8 sched = *(u8 *)(inbox->buf + 64); in update_pkey_index() 695 u8 orig_index = *(u8 *)(inbox->buf + 35); in update_pkey_index() 703 *(u8 *)(inbox->buf + 35) = new_index; in update_pkey_index() 706 static void update_gid(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *inbox, in update_gid() argument 709 struct mlx4_qp_context *qp_ctx = inbox->buf + 8; in update_gid() 710 enum mlx4_qp_optpar optpar = be32_to_cpu(*(__be32 *) inbox->buf); in update_gid() 750 struct mlx4_cmd_mailbox *inbox, in update_vport_qp_param() argument 753 struct mlx4_qp_context *qpc = inbox->buf + 8; in update_vport_qp_param() 779 *(__be32 *)inbox->buf = in update_vport_qp_param() [all …]
|
| H A D | fw.c | 181 u32 *inbox; in mlx4_MOD_STAT_CFG() local 192 inbox = mailbox->buf; in mlx4_MOD_STAT_CFG() 194 MLX4_PUT(inbox, cfg->log_pg_sz, MOD_STAT_CFG_PG_SZ_OFFSET); in mlx4_MOD_STAT_CFG() 195 MLX4_PUT(inbox, cfg->log_pg_sz_m, MOD_STAT_CFG_PG_SZ_M_OFFSET); in mlx4_MOD_STAT_CFG() 327 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_FUNC_CAP_wrapper() argument 1274 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_DEV_CAP_wrapper() argument 1408 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_PORT_wrapper() argument 1745 struct mlx4_cmd_mailbox *inbox, in mlx4_QUERY_FW_wrapper() argument 1836 __be32 *inbox; in mlx4_INIT_HCA() local 1899 inbox = mailbox->buf; in mlx4_INIT_HCA() [all …]
|
| H A D | port.c | 1333 u8 op_mod, struct mlx4_cmd_mailbox *inbox) in mlx4_common_set_port() argument 1372 qpn_context = inbox->buf; in mlx4_common_set_port() 1388 gen_context = inbox->buf; in mlx4_common_set_port() 1411 gid_entry_mbox = (struct mlx4_roce_gid_entry *)(inbox->buf); in mlx4_common_set_port() 1440 gid_entry_mbox = (struct mlx4_roce_gid_entry *)(inbox->buf); in mlx4_common_set_port() 1457 gid_entry_mbox = (struct mlx4_roce_gid_entry *)(inbox->buf); in mlx4_common_set_port() 1463 gid_entry_mbox = (struct mlx4_roce_gid_entry *)(inbox->buf); in mlx4_common_set_port() 1469 err = mlx4_cmd(dev, inbox->dma, in_mod & 0xffff, op_mod, in mlx4_common_set_port() 1476 return mlx4_cmd(dev, inbox->dma, in_mod & 0xffff, op_mod, in mlx4_common_set_port() 1494 reset_qkey_viols = (*(u8 *) inbox->buf) & 0x40; in mlx4_common_set_port() [all …]
|
| H A D | cmd.c | 840 struct mlx4_cmd_mailbox *inbox, in query_pkey_block() argument 843 struct ib_smp *in_mad = (struct ib_smp *)(inbox->buf); in query_pkey_block() 853 err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, port, 3, in query_pkey_block() 866 struct mlx4_cmd_mailbox *inbox, in get_full_pkey_table() argument 873 err = query_pkey_block(dev, port, i, table + i, inbox, outbox); in get_full_pkey_table() 893 struct mlx4_cmd_mailbox *inbox, in mlx4_MAD_IFC_wrapper() argument 897 struct ib_smp *smp = inbox->buf; in mlx4_MAD_IFC_wrapper() 935 err = get_full_pkey_table(dev, port, table, inbox, outbox); in mlx4_MAD_IFC_wrapper() 949 err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, in mlx4_MAD_IFC_wrapper() 972 inbox->dma, in mlx4_MAD_IFC_wrapper() [all …]
|
| H A D | mr.c | 750 __be64 *inbox = NULL; in mlx4_write_mtt() local 762 inbox = mailbox->buf; in mlx4_write_mtt() 767 inbox[0] = cpu_to_be64(mtt->offset + start_index); in mlx4_write_mtt() 768 inbox[1] = 0; in mlx4_write_mtt() 770 inbox[i + 2] = cpu_to_be64(page_list[i] | in mlx4_write_mtt()
|
| H A D | fw.h | 237 struct mlx4_cmd_mailbox *inbox,
|
| H A D | mcg.c | 1560 struct mlx4_cmd_mailbox *inbox, in mlx4_PROMISC_wrapper() argument
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cmd.c | 1315 __be32 *inbox; in mthca_INIT_HCA() local 1359 inbox = mailbox->buf; in mthca_INIT_HCA() 1361 memset(inbox, 0, INIT_HCA_IN_SIZE); in mthca_INIT_HCA() 1364 MTHCA_PUT(inbox, 0x1, INIT_HCA_FLAGS1_OFFSET); in mthca_INIT_HCA() 1367 *(inbox + INIT_HCA_FLAGS2_OFFSET / 4) &= ~cpu_to_be32(1 << 1); in mthca_INIT_HCA() 1369 *(inbox + INIT_HCA_FLAGS2_OFFSET / 4) |= cpu_to_be32(1 << 1); in mthca_INIT_HCA() 1374 *(inbox + INIT_HCA_FLAGS2_OFFSET / 4) |= cpu_to_be32(1); in mthca_INIT_HCA() 1378 *(inbox + INIT_HCA_FLAGS2_OFFSET / 4) |= cpu_to_be32(7 << 3); in mthca_INIT_HCA() 1384 MTHCA_PUT(inbox, param->qpc_base, INIT_HCA_QPC_BASE_OFFSET); in mthca_INIT_HCA() 1385 MTHCA_PUT(inbox, param->log_num_qps, INIT_HCA_LOG_QP_OFFSET); in mthca_INIT_HCA() [all …]
|
| /OK3568_Linux_fs/external/xserver/debian/po/ |
| H A D | kk.po | 1 # Dauren Sarsenov <daur88@inbox.ru>, 2009 9 "Last-Translator: Dauren Sarsenov <daur88@inbox.ru>\n"
|
| /OK3568_Linux_fs/buildroot/package/postgis/ |
| H A D | 0001-Add-HAVE_VASPRINTF-HAVE_ASPRINTF-templates.patch | 11 Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
|
| H A D | 0002-Add-POSTGIS_DEBUG_LEVEL-define-to-configure.ac.patch | 8 Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
|
| H A D | 0003-Disable-forced-static-linking-of-liblwgeom.patch | 10 Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
|
| H A D | 0004-Use-pkg-config-to-get-PROJ-version-if-available.patch | 9 Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/git/git/ |
| H A D | fixsort.patch | 17 Upstream-Status: Submitted [https://public-inbox.org/git/f029a942dd3d50d85e60bd37d8e454524987842f.c…
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0006-Don-t-add-multiarch-paths.patch | 12 Investigation done by David <buildroot-2014@inbox.com>.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/ |
| H A D | 0002-libinotifytools-Bridge-differences-between-musl-glib.patch | 13 [1] https://inbox.vuxu.org/musl/20191112220151.GC27331@x230/T/#ma8700992467200c8792e0fa8508eae656b8…
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | bfa.rst | 78 and use the following inbox and out-of-box driver version mapping to find
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
| H A D | gammu-smsdrc | 74 inboxpath = /var/spool/sms/inbox/
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0003-libsanitizer-Remove-cyclades-from-libsanitizer.patch | 30 Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
|
| H A D | 0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 274 -/* Testcase by Sergei Trofimovich <slyfox@inbox.ru> */
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | mad.c | 114 void *inbox; in mlx4_MAD_IFC() local 122 inbox = inmailbox->buf; in mlx4_MAD_IFC() 130 memcpy(inbox, in_mad, 256); in mlx4_MAD_IFC() 157 memset(inbox + 256, 0, 256); in mlx4_MAD_IFC() 158 ext_info = inbox + 256; in mlx4_MAD_IFC()
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | viafb.rst | 202 "fbset" is an inbox utility of Linux.
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 277 -/* Testcase by Sergei Trofimovich <slyfox@inbox.ru> */
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | font-awesome.min.css | 33 …download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f…
|