Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c3662 tmp_buf = kmem_zalloc(SEND_RNID_RSP_SIZE, KM_SLEEP); in ql_send_els_rnid()
3671 rval = ql_get_rnid_params(ha, SEND_RNID_RSP_SIZE, tmp_buf); in ql_send_els_rnid()
3674 kmem_free(tmp_buf, SEND_RNID_RSP_SIZE); in ql_send_els_rnid()
3710 kmem_free(tmp_buf, SEND_RNID_RSP_SIZE); in ql_send_els_rnid()
3719 (uint8_t)tmp_rnid.DataFormat, SEND_RNID_RSP_SIZE, tmp_buf); in ql_send_els_rnid()
3732 (uint8_t)tmp_rnid.DataFormat, SEND_RNID_RSP_SIZE, in ql_send_els_rnid()
3738 kmem_free(tmp_buf, SEND_RNID_RSP_SIZE); in ql_send_els_rnid()
3747 copy_len = (cmd->ResponseLen > SEND_RNID_RSP_SIZE) ? in ql_send_els_rnid()
3748 SEND_RNID_RSP_SIZE : cmd->ResponseLen; in ql_send_els_rnid()
3756 if (copy_len < SEND_RNID_RSP_SIZE) { in ql_send_els_rnid()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h705 #define SEND_RNID_RSP_SIZE 72 macro