Searched refs:ct_resp_size (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 2544 ct->ct_resp_alloc_size = ct->ct_resp_size = 272; in fct_create_solct() 2545 ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size, in fct_create_solct() 2556 ct->ct_resp_alloc_size = ct->ct_resp_size = 16; in fct_create_solct() 2557 ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size, in fct_create_solct() 2577 ct->ct_resp_alloc_size = ct->ct_resp_size = 16; in fct_create_solct() 2578 ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size, in fct_create_solct() 2598 ct->ct_resp_alloc_size = ct->ct_resp_size = 16; in fct_create_solct() 2599 ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size, in fct_create_solct() 2624 ct->ct_resp_alloc_size = ct->ct_resp_size = 16; in fct_create_solct() 2625 ct->ct_resp_payload = (uint8_t *)kmem_zalloc(ct->ct_resp_size, in fct_create_solct() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fct.h | 127 uint16_t ct_resp_size; member
|
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_eth.c | 869 ct->ct_resp_size = (uint16_t)actual_size; in fcoet_process_sol_ct_rsp()
|
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 4402 ct->ct_resp_payload, ct->ct_resp_size); in qlt_handle_ct_completion() 4913 sz = minsz = qcmd->param.resp_offset + ct->ct_resp_size; in qlt_send_ct() 4940 QMEM_WR32(qlt, (&req[0x20]), ct->ct_resp_size); in qlt_send_ct() 4947 QMEM_WR32(qlt, (&req[0x3C]), ct->ct_resp_size); in qlt_send_ct()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 3947 fct_ct->ct_resp_size); 4222 fct_ct->ct_resp_size, 0, KM_NOSLEEP))) {
|