Searched refs:rparam (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/isdn/capi/ |
D | kcapi_proc.c | 180 ap->rparam.level3cnt, in applications_show() 181 ap->rparam.datablkcnt, in applications_show() 182 ap->rparam.datablklen); in applications_show()
|
D | kcapi.c | 160 register_appl(struct capi_ctr *ctr, u16 applid, capi_register_params *rparam) in register_appl() argument 165 ctr->register_appl(ctr, applid, rparam); in register_appl() 201 register_appl(ctr, applid, &ap->rparam); in notify_up() 671 if (ap->rparam.datablklen < 128) in capi20_register() 701 register_appl(capi_controller[i], applid, &ap->rparam); in capi20_register()
|
D | capidrv.c | 2498 global.ap.rparam.level3cnt = -2; /* number of bchannels twice */ in capidrv_init() 2499 global.ap.rparam.datablkcnt = 16; in capidrv_init() 2500 global.ap.rparam.datablklen = 2048; in capidrv_init()
|
D | capi.c | 759 if (copy_from_user(&cdev->ap.rparam, argp, in capi_ioctl()
|
/linux-4.1.27/include/linux/ |
D | kernelcapi.h | 21 capi_register_params rparam; member
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 2135 struct bnx2x_mcast_ramrod_params rparam = {NULL}; in bnx2x_squeeze_objects() local 2161 rparam.mcast_obj = &bp->mcast_obj; in bnx2x_squeeze_objects() 2162 __set_bit(RAMROD_DRV_CLR_ONLY, &rparam.ramrod_flags); in bnx2x_squeeze_objects() 2169 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_DEL); in bnx2x_squeeze_objects() 2175 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT); in bnx2x_squeeze_objects() 2184 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT); in bnx2x_squeeze_objects()
|
D | bnx2x_main.c | 5225 struct bnx2x_mcast_ramrod_params rparam; in bnx2x_handle_mcast_eqe() local 5228 memset(&rparam, 0, sizeof(rparam)); in bnx2x_handle_mcast_eqe() 5230 rparam.mcast_obj = &bp->mcast_obj; in bnx2x_handle_mcast_eqe() 5239 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT); in bnx2x_handle_mcast_eqe() 9208 struct bnx2x_mcast_ramrod_params rparam = {NULL}; in bnx2x_chip_cleanup() local 9255 rparam.mcast_obj = &bp->mcast_obj; in bnx2x_chip_cleanup() 9256 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_DEL); in bnx2x_chip_cleanup() 12357 struct bnx2x_mcast_ramrod_params rparam = {NULL}; in bnx2x_set_mc_list() local 12360 rparam.mcast_obj = &bp->mcast_obj; in bnx2x_set_mc_list() 12363 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_DEL); in bnx2x_set_mc_list() [all …]
|
D | bnx2x_sriov.c | 1745 struct bnx2x_mcast_ramrod_params rparam = {NULL}; in bnx2x_vf_handle_mcast_eqe() local 1748 rparam.mcast_obj = &vf->mcast_obj; in bnx2x_vf_handle_mcast_eqe() 1753 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT); in bnx2x_vf_handle_mcast_eqe()
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE.CAPI | 129 capi_register_params *rparam)
|