Home
last modified time | relevance | path

Searched refs:mid2str (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h479 static inline char *mid2str(int mid) in mid2str() function
482 static char *mid2str[] = { in mid2str() local
497 if (mid >= ARRAY_SIZE(mid2str)) in mid2str()
500 return mid2str[mid]; in mid2str()
H A Dsdp_proc.c289 if (mid2str(i)) { in sdpstats_seq_show()
291 mid2str(i), in sdpstats_seq_show()
H A Dsdp_bcopy.c53 str, mb, h->mid, mid2str(h->mid), h->flags, in _dump_packet()
H A Dsdp_rx.c427 mid2str(h->mid), ntohs(h->bufs), credits_before, in sdp_process_rx_mb()
461 sdp_prf1(sk, NULL, "queueing %s mb\n", mid2str(h->mid)); in sdp_process_rx_mb()
H A Dsdp_tx.c118 mid2str(h->mid), rx_ring_posted(ssk), mseq, in sdp_post_send()