Searched defs:rparam (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/capi/
H A Dkcapi.c160 register_appl(struct capi_ctr *ctr, u16 applid, capi_register_params *rparam) argument
165 ctr->register_appl(ctr, applid, rparam);
201 register_appl(ctr, applid, &ap->rparam);
671 if (ap->rparam.datablklen < 128)
701 register_appl(capi_controller[i], applid, &ap->rparam);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1676 struct bnx2x_mcast_ramrod_params rparam = {NULL}; local
1702 rparam.mcast_obj = &bp->mcast_obj;
1703 __set_bit(RAMROD_DRV_CLR_ONLY, &rparam.ramrod_flags);
1706 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_DEL);
1712 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT);
1720 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT);
H A Dbnx2x_main.c4466 struct bnx2x_mcast_ramrod_params rparam; local
4469 memset(&rparam, 0, sizeof(rparam));
4471 rparam.mcast_obj = &bp->mcast_obj;
4480 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_CONT);
7922 struct bnx2x_mcast_ramrod_params rparam = {NULL}; local
7968 rparam.mcast_obj = &bp->mcast_obj;
7969 rc = bnx2x_config_mcast(bp, &rparam, BNX2X_MCAST_CMD_DEL);
10630 struct bnx2x_mcast_ramrod_params rparam = {NULL}; local
10633 rparam
[all...]

Completed in 97 milliseconds