Lines Matching refs:paramp
131 msg1 = cmd->paramp->desc0; in print_crypto_params()
132 msg2 = cmd->paramp->desc1; in print_crypto_params()
133 msg3 = cmd->paramp->desc2; in print_crypto_params()
134 msg4 = cmd->paramp->desc3; in print_crypto_params()
135 msg5 = cmd->paramp->segment[0][0]; in print_crypto_params()
136 msg6 = cmd->paramp->segment[0][1]; in print_crypto_params()
249 printf("paramp :0x%x\n",(uint32_t)cmd->paramp); in print_cmd()
598 if ((cmd->paramp = malloc(sizeof(struct nlm_crypto_pkt_param) + in xlp_alloc_cmd_params()
603 if (((uintptr_t)cmd->paramp & (XLP_L2L3_CACHELINE_SIZE - 1))) { in xlp_alloc_cmd_params()
626 if (cmd->paramp != NULL) in xlp_free_cmd_params()
627 free(cmd->paramp, M_DEVBUF); in xlp_free_cmd_params()