Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/nvmf/
H A Dnvmf_che.c278 #define CCAP(nc) ((struct nvmf_che_capsule *)(nc)) macro
1079 cc = CCAP(nc); in nvmf_che_save_command_capsule()
1136 cc = CCAP(nc); in nvmf_che_save_response_capsule()
2866 che_release_capsule(CCAP(nc)); in che_free_capsule()
2873 struct nvmf_che_capsule *cc = CCAP(nc); in che_transmit_capsule()
2887 struct nvmf_che_capsule *cc = CCAP(nc); in che_validate_command_capsule()
2931 struct nvmf_che_capsule *cc = CCAP(nc); in che_receive_r2t_data()
2965 struct nvmf_che_capsule *cc = CCAP(nc); in che_receive_icd_data()
3048 KASSERT(data_offset == CCAP(nc)->tx_data_offset, in che_send_controller_data()
3050 __func__, data_offset, CCAP(nc)->tx_data_offset)); in che_send_controller_data()
[all …]