Searched defs:ulp_type (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c52 static int fc4_map_is_set(uint32_t *map, uchar_t ulp_type);
196 fc4_map_is_set(uint32_t *map, uchar_t ulp_type) argument
199 map += FC4_TYPE_WORD_POS(ulp_type) * 4;
201 if (ntohl((*(uint32_t *)map)) & (1 << FC4_TYPE_BIT_POS(ulp_type))) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h118 uchar_t ulp_type; /* FC-4 type */ member in struct:ulp_modinfo
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c118 if (tcp->ulp_type == TOE_CONNECTION_TYPE) {
161 if (tcp->ulp_type != TOE_CONNECTION_TYPE) {
162 DbgMessage(pdev, WARNl4sp, "##lm_tcp_flush_db is not sent for connection(0x%x) of type %d\n",tcp->cid, tcp->ulp_type);
1407 tcp->ulp_type = TOE_CONNECTION_TYPE;
1411 tcp->ulp_type = lm_map_cid_to_proto(pdev, tcp_cid_addr);
1423 if (tcp->ulp_type == TOE_CONNECTION_TYPE)
1427 else if (tcp->ulp_type == ISCSI_CONNECTION_TYPE)
2254 if (tcp->ulp_type == TOE_CONNECTION_TYPE)
2335 if (tcp->ulp_type == TOE_CONNECTION_TYPE) {
2394 if ((tcp->ulp_type
5941 u8_t ulp_type; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h612 void *ctx_virt; /* Can point to different structures depending on the ulp_type */
638 u8_t ulp_type; member in struct:_lm_tcp_state_t

Completed in 87 milliseconds