Searched refs:fcoep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1257 emlxs_parse_fcoe(emlxs_hba_t *hba, uint8_t *fcoep, uint32_t size) argument
1269 if ((*fcoep != 'R') || (*(fcoep+1) != 'G') ||
1270 (*(fcoep+2) != '2') || (*(fcoep+3) != '3')) {
1276 while ((i < size) && (*(fcoep+i) != 0xA0) && (*(fcoep+i) != 0xff)) {
1277 i += fcoep[i+1] * sizeof (uint32_t) + 2;
1280 if (*(fcoep+i) == 0xA0) {
1281 fcoelist = (tlv_fcoe_t *)(fcoep
[all...]

Completed in 74 milliseconds