Searched defs:accept (Results 1 - 8 of 8) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
H A Dacceptor.c65 static char *accept = "secure"; variable
67 module_param(accept, charp, 0444);
68 MODULE_PARM_DESC(accept, "Accept connections (secure|all|none)");
81 /* Userland acceptor uses 'accept_type' instead of 'accept', due to
82 * conflict with 'accept(2)', but kernel acceptor still uses 'accept'
84 accept_type = accept;
318 LCONSOLE_ERROR_MSG(0x121, "Refusing connection from %pI4h for %s: NI doesn not accept IP connections\n",
439 LCONSOLE_ERROR_MSG(0x124, "Can't parse 'accept=\"%s\"'\n",
/drivers/uwb/
H A Duwb-debug.c49 * accept: Set to true (Y or 1) to accept reservation requests from
58 u32 accept; member in struct:uwb_dbg
301 if (dbg->accept) {
337 rc->dbg->accept_f = debugfs_create_bool("accept", 0644,
339 &rc->dbg->accept);
/drivers/isdn/divert/
H A Disdn_divert.c392 u_char accept; local
409 accept = 0;
413 accept = 1; /* call accepted */
419 accept = 1;
421 if (!accept) continue; /* not accepted */
427 accept = 0;
431 accept = 1; /* call accepted */
437 accept = 1;
439 if (!accept) continue; /* not accepted */
/drivers/net/wan/
H A Dsdla.c22 * If in FR mode, don't accept packets from
663 int ret, addr, accept, i; local
670 accept = 1;
680 accept = 1;
688 accept = 0;
694 accept = 0;
697 if (accept)
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c901 /* Ignore everything accept MODE_NONE */
1610 unsigned long accept = 0; local
1616 __set_bit(BNX2X_ACCEPT_UNICAST, &accept);
1617 __set_bit(BNX2X_ACCEPT_MULTICAST, &accept);
1618 __set_bit(BNX2X_ACCEPT_BROADCAST, &accept);
1626 __set_bit(BNX2X_ACCEPT_ANY_VLAN, &accept);
1629 rc = bnx2x_vf_rxmode(bp, vf, msg->vf_qid, accept);
1656 * accept mac configurations of that mac. Why accept them at all?
1661 /* once a mac was set by ndo can only accept
[all...]
/drivers/net/can/
H A Djanz-ican3.c704 * Setup the CAN filter to either accept or reject all
707 static int ican3_set_id_filter(struct ican3_dev *mod, bool accept) argument
721 /* accept all frames for fast host if, or reject all frames */
722 msg.data[4] = accept ? SETAFILMASK_FASTIF : SETAFILMASK_REJECT;
742 /* accept all frames for fast host if, or reject all frames */
743 msg.data[9] = accept ? SETAFILMASK_FASTIF : SETAFILMASK_REJECT;
/drivers/infiniband/hw/nes/
H A Dnes_cm.h452 int (*accept)(struct nes_cm_core *, struct nes_cm_node *); member in struct:nes_cm_ops
/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1830 u32 accept; local
1834 accept = 0x01010101;
1836 wrl(mp, SPECIAL_MCAST_TABLE(port_num) + i, accept);
1837 wrl(mp, OTHER_MCAST_TABLE(port_num) + i, accept);

Completed in 6538 milliseconds