Lines Matching refs:xlp_sec_command
81 static void xlp_copyiv(struct xlp_sec_softc *, struct xlp_sec_command *,
84 static int xlp_alloc_cmd_params(struct xlp_sec_command *, unsigned int);
85 static void xlp_free_cmd_params(struct xlp_sec_command *);
129 print_crypto_params(struct xlp_sec_command *cmd, struct nlm_fmn_msg m) in print_crypto_params()
204 print_cmd(struct xlp_sec_command *cmd) in print_cmd()
253 struct xlp_sec_command *cmd = NULL; in nlm_xlpsec_msgring_handler()
266 cmd = (struct xlp_sec_command *)(uintptr_t)msg->msg[0]; in nlm_xlpsec_msgring_handler()
454 xlp_copyiv(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd, in xlp_copyiv()
507 xlp_alloc_cmd_params(struct xlp_sec_command *cmd, unsigned int nsegs) in xlp_alloc_cmd_params()
549 xlp_free_cmd_params(struct xlp_sec_command *cmd) in xlp_free_cmd_params()
569 struct xlp_sec_command *cmd = NULL; in xlp_sec_process()
587 if ((cmd = malloc(sizeof(struct xlp_sec_command), M_DEVBUF, in xlp_sec_process()