Home
last modified time | relevance | path

Searched refs:ctx_flags (Results 1 – 4 of 4) sorted by relevance

/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h105 u64 ctx_flags; member
H A Dgss_rpc_xdr.c643 p = xdr_encode_hyper(p, ctx->ctx_flags); in gssx_enc_ctx()
708 p = xdr_decode_hyper(p, &ctx->ctx_flags); in gssx_dec_ctx()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c1709 ctx->ctx_flags = 0; in cnic_setup_bnx2x_ctx()
1913 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1()
1988 if (unlikely(test_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags))) in cnic_bnx2x_destroy_ramrod()
2006 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_iscsi_destroy()
2015 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy()
2027 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy()
2201 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_connect()
2378 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_fcoe_ofld1()
2418 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_fcoe_ofld1()
2531 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_fcoe_destroy()
[all …]
H A Dcnic.h167 unsigned long ctx_flags; member