Searched refs:redirect (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.h87 int (*redirect)(void *ctx, struct dst_entry *old, member in struct:cxgb3_client
H A Dcxgb3_offload.c1159 if (te && te->ctx && te->client && te->client->redirect) {
1160 update_tcb = te->client->redirect(te->ctx, old, new, e);
/drivers/tty/
H A Dtty_io.c506 static struct file *redirect; variable in typeref:struct:file
549 * redirect lock for undoing redirection
571 if (redirect && file_tty(redirect) == tty) {
572 f = redirect;
573 redirect = NULL;
1166 if (redirect) {
1167 get_file(redirect);
1168 p = redirect;
2235 * Locking: uses redirect_lock to guard the redirect informatio
[all...]
/drivers/infiniband/hw/cxgb3/
H A Diwch.c59 .redirect = iwch_ep_redirect,
/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c3071 u64 redirect[6]; local
3118 memset(redirect, 0, sizeof redirect);
3173 redirect[reg] |= ((u64) msixnum) << sh;
3180 for (i = 0; i < ARRAY_SIZE(redirect); i++)
3181 qib_write_kreg(dd, kr_intredirect + i, redirect[i]);

Completed in 170 milliseconds