Searched defs:descp (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/crypto/ |
D | shash.c | 372 struct shash_desc **descp = crypto_hash_ctx(tfm); in shash_compat_setkey() local 380 struct shash_desc **descp = crypto_hash_ctx(hdesc->tfm); in shash_compat_init() local 391 struct shash_desc **descp = crypto_hash_ctx(hdesc->tfm); in shash_compat_update() local 405 struct shash_desc **descp = crypto_hash_ctx(hdesc->tfm); in shash_compat_final() local 417 struct shash_desc **descp = crypto_hash_ctx(hdesc->tfm); in shash_compat_digest() local 446 struct shash_desc **descp = crypto_tfm_ctx(tfm); in crypto_exit_shash_ops_compat() local 458 struct shash_desc **descp = crypto_tfm_ctx(tfm); in crypto_init_shash_ops_compat() local
|
/linux-3.3/drivers/staging/wlags49_h2/ |
D | hcf.c | 1371 put_frame_lst( IFBP ifbp, DESC_STRCT *descp, int tx_rx_flag ) in put_frame_lst() 1478 DESC_STRCT *descp; // pointer to start of FrameList in hcf_dma_rx_get() local 1558 hcf_dma_rx_put( IFBP ifbp, DESC_STRCT *descp ) in hcf_dma_rx_put() 1607 DESC_STRCT *descp; // pointer to start of FrameList in hcf_dma_tx_get() local 1744 hcf_dma_tx_put( IFBP ifbp, DESC_STRCT *descp, hcf_16 tx_cntl ) in hcf_dma_tx_put() 2364 hcf_rcv_msg( IFBP ifbp, DESC_STRCT *descp, unsigned int offset ) in hcf_rcv_msg() 2573 hcf_send_msg( IFBP ifbp, DESC_STRCT *descp, hcf_16 tx_cntl ) in hcf_send_msg()
|
D | hcf.h | 192 #define GET_BUF_SIZE(descp) ((descp)->BUF_SIZE) argument 193 #define GET_BUF_CNT(descp) ((descp)->BUF_CNT) argument 194 #define SET_BUF_SIZE(descp, size) (descp)->BUF_SIZE = size; argument 195 #define SET_BUF_CNT(descp, count) (descp)->BUF_CNT = count; argument
|
/linux-3.3/drivers/scsi/ |
D | scsi_error.c | 2095 const u8 * descp; in scsi_sense_desc_find() local
|
/linux-3.3/drivers/scsi/lpfc/ |
D | lpfc_init.c | 1822 lpfc_get_hba_model_desc(struct lpfc_hba *phba, uint8_t *mdp, uint8_t *descp) in lpfc_get_hba_model_desc()
|