Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_appif.h282 #define FCIO_RNID_MAX_DATA_LEN 268 macro
306 uchar_t data[FCIO_RNID_MAX_DATA_LEN];
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c1055 bcopy(src + offset, els_rnid->data, FCIO_RNID_MAX_DATA_LEN); in fcoei_fill_els_fpkt_resp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c6527 req_len = FCIO_RNID_MAX_DATA_LEN + sizeof (fc_rnid_hdr_t); in ql_els_rnid()