components/open-fabrics/infiniband-diags/solaris_set_nodedesc.c
changeset 5790 9ae20789c796
parent 5712 0c8757992b95
child 6497 b3f7d76b49a2
equal deleted inserted replaced
5789:5183fa4a46ce 5790:9ae20789c796
    57 /*
    57 /*
    58  * Local defines for sol_uverbs IOCTLs, used while
    58  * Local defines for sol_uverbs IOCTLs, used while
    59  * building on build system without the change in
    59  * building on build system without the change in
    60  * header files.
    60  * header files.
    61  */
    61  */
    62 #ifndef	UVERBS_IOCTL_GET_NODEDESC
    62 #ifndef	UVERBS_NODEDESC_UPDATE_STRING
    63 #define	UVERBS_IOCTL_GET_NODEDESC		('v' << 8) | 0x04
    63 #define	UVERBS_IOCTL_GET_NODEDESC		('v' << 8) | 0x04
    64 #define	UVERBS_IOCTL_SET_NODEDESC		('v' << 8) | 0x05
    64 #define	UVERBS_IOCTL_SET_NODEDESC		('v' << 8) | 0x05
    65 #define	UVERBS_NODEDESC_UPDATE_STRING		0x00000001
    65 #define	UVERBS_NODEDESC_UPDATE_STRING		0x00000001
    66 #define	UVERBS_NODEDESC_UPDATE_HCA_STRING	0x00000002
    66 #define	UVERBS_NODEDESC_UPDATE_HCA_STRING	0x00000002
    67 
    67