Lines Matching refs:paramp
134 msg1 = cmd->paramp->desc0; in print_crypto_params()
135 msg2 = cmd->paramp->desc1; in print_crypto_params()
136 msg3 = cmd->paramp->desc2; in print_crypto_params()
137 msg4 = cmd->paramp->desc3; in print_crypto_params()
138 msg5 = cmd->paramp->segment[0][0]; in print_crypto_params()
139 msg6 = cmd->paramp->segment[0][1]; in print_crypto_params()
212 printf("paramp :0x%x\n",(uint32_t)cmd->paramp); in print_cmd()
525 if ((cmd->paramp = malloc(sizeof(struct nlm_crypto_pkt_param) + in xlp_alloc_cmd_params()
530 if (((uintptr_t)cmd->paramp & (XLP_L2L3_CACHELINE_SIZE - 1))) { in xlp_alloc_cmd_params()
553 if (cmd->paramp != NULL) in xlp_free_cmd_params()
554 free(cmd->paramp, M_DEVBUF); in xlp_free_cmd_params()