Searched refs:mrw (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_sp.c | 554 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw) in bnxt_qplib_free_mrw() argument 562 if (mrw->lkey == 0xFFFFFFFF) { in bnxt_qplib_free_mrw() 569 req.mrw_flags = mrw->type; in bnxt_qplib_free_mrw() 571 if ((mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE1) || in bnxt_qplib_free_mrw() 572 (mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2A) || in bnxt_qplib_free_mrw() 573 (mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2B)) in bnxt_qplib_free_mrw() 574 req.key = cpu_to_le32(mrw->rkey); in bnxt_qplib_free_mrw() 576 req.key = cpu_to_le32(mrw->lkey); in bnxt_qplib_free_mrw() 584 if (mrw->hwq.max_elements) in bnxt_qplib_free_mrw() 585 bnxt_qplib_free_hwq(res, &mrw in bnxt_qplib_free_mrw() 590 bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw) bnxt_qplib_alloc_mrw() argument 625 bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw, bool block) bnxt_qplib_dereg_mrw() argument [all...] |
H A D | qplib_sp.h | 253 struct bnxt_qplib_mrw *mrw); 254 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_sp.c | 487 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw) in bnxt_qplib_free_mrw() argument 495 if (mrw->lkey == 0xFFFFFFFF) { in bnxt_qplib_free_mrw() 504 req.mrw_flags = mrw->type; in bnxt_qplib_free_mrw() 506 if ((mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE1) || in bnxt_qplib_free_mrw() 507 (mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2A) || in bnxt_qplib_free_mrw() 508 (mrw->type == CMDQ_ALLOCATE_MRW_MRW_FLAGS_MW_TYPE2B)) in bnxt_qplib_free_mrw() 509 req.key = cpu_to_le32(mrw->rkey); in bnxt_qplib_free_mrw() 511 req.key = cpu_to_le32(mrw->lkey); in bnxt_qplib_free_mrw() 520 if (mrw->hwq.max_elements) in bnxt_qplib_free_mrw() 521 bnxt_qplib_free_hwq(res, &mrw in bnxt_qplib_free_mrw() 526 bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw) bnxt_qplib_alloc_mrw() argument 564 bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw, bool block) bnxt_qplib_dereg_mrw() argument [all...] |
H A D | qplib_sp.h | 334 struct bnxt_qplib_mrw *mrw); 335 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw,
|
/kernel/linux/linux-5.10/drivers/cdrom/ |
H A D | cdrom.c | 297 /* automatically restart mrw format */ 309 "not mrw", 312 "mrw complete", 421 * the first prototypes used 0x2c as the page code for the mrw mode page, 584 pr_info("%s: mrw address space %s selected\n", in cdrom_mrw_set_lba_space() 902 int mrw, mrw_write, ram_write; in cdrom_open_write() local 905 mrw = 0; in cdrom_open_write() 907 mrw = 1; in cdrom_open_write() 914 if (mrw) in cdrom_open_write()
|
/kernel/linux/linux-6.6/drivers/cdrom/ |
H A D | cdrom.c | 288 /* automatically restart mrw format */ 300 "not mrw", 303 "mrw complete", 418 * the first prototypes used 0x2c as the page code for the mrw mode page, 581 pr_info("%s: mrw address space %s selected\n", in cdrom_mrw_set_lba_space() 903 int mrw, mrw_write, ram_write; in cdrom_open_write() local 906 mrw = 0; in cdrom_open_write() 908 mrw = 1; in cdrom_open_write() 915 if (mrw) in cdrom_open_write()
|
Completed in 13 milliseconds