Searched refs:rparam (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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 | 2496 global.ap.rparam.level3cnt = -2; /* number of bchannels twice */ in capidrv_init() 2497 global.ap.rparam.datablkcnt = 16; in capidrv_init() 2498 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.4.14/include/linux/ |
D | kernelcapi.h | 21 capi_register_params rparam; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 2160 struct bnx2x_mcast_ramrod_params rparam = {NULL}; in bnx2x_squeeze_objects() local 2186 rparam.mcast_obj = &bp->mcast_obj; in bnx2x_squeeze_objects() 2187 __set_bit(RAMROD_DRV_CLR_ONLY, &rparam.ramrod_flags); in bnx2x_squeeze_objects() 2194 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_DEL); in bnx2x_squeeze_objects() 2200 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT); in bnx2x_squeeze_objects() 2209 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT); in bnx2x_squeeze_objects()
|
D | bnx2x_main.c | 5255 struct bnx2x_mcast_ramrod_params rparam; in bnx2x_handle_mcast_eqe() local 5258 memset(&rparam, 0, sizeof(rparam)); in bnx2x_handle_mcast_eqe() 5260 rparam.mcast_obj = &bp->mcast_obj; in bnx2x_handle_mcast_eqe() 5269 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT); in bnx2x_handle_mcast_eqe() 9290 struct bnx2x_mcast_ramrod_params rparam = {NULL}; in bnx2x_chip_cleanup() local 9337 rparam.mcast_obj = &bp->mcast_obj; in bnx2x_chip_cleanup() 9338 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_DEL); in bnx2x_chip_cleanup() 12595 struct bnx2x_mcast_ramrod_params rparam = {NULL}; in bnx2x_set_mc_list() local 12598 rparam.mcast_obj = &bp->mcast_obj; in bnx2x_set_mc_list() 12601 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_DEL); in bnx2x_set_mc_list() [all …]
|
D | bnx2x_sriov.c | 1703 struct bnx2x_mcast_ramrod_params rparam = {NULL}; in bnx2x_vf_handle_mcast_eqe() local 1706 rparam.mcast_obj = &vf->mcast_obj; in bnx2x_vf_handle_mcast_eqe() 1711 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT); in bnx2x_vf_handle_mcast_eqe()
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.CAPI | 129 capi_register_params *rparam)
|